Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into ver/1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory authored Feb 4, 2024
2 parents 56fd8f5 + 5fb87f8 commit 1bf4de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Gradle Setup
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ subprojects {
compileOnly("org.jetbrains:annotations:24.1.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.mockito:mockito-core:5.10.0")

testImplementation("org.spigotmc:spigot-api:1.9-R0.1-SNAPSHOT")
testImplementation("net.md-5:bungeecord-chat:1.20-R0.1")
testImplementation("net.md-5:bungeecord-chat:1.20-R0.2")
}

java {
Expand Down

0 comments on commit 1bf4de9

Please sign in to comment.