Skip to content

Commit f22da3a

Browse files
chore(deps): Update gradle and github actions
1 parent da10a79 commit f22da3a

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ indra = { id = "net.kyori.indra", version.ref = "indra" }
3232
indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
3333
indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
3434
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
35-
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-2" }
35+
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
3636
spotless = { id = "com.diffplug.spotless", version.ref = "spotless"}

gradle/wrapper/gradle-wrapper.jar

130 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
2+
id "org.gradle.toolchains.foojay-resolver-convention" version "0.9.0"
33
}
44

55
rootProject.name = 'examination'

0 commit comments

Comments
 (0)