We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aecf7b commit be4f653Copy full SHA for be4f653
2 files changed
funnycommands/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2")
12
13
// Tests
14
- val junit = "5.11.0"
+ val junit = "5.11.3"
15
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
16
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
17
testImplementation("org.spigotmc:spigot-api:$spigotVersion")
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments