Skip to content

Commit 42a1f4c

Browse files
chore(deps): Update gradle and github actions
1 parent d64ff9a commit 42a1f4c

6 files changed

Lines changed: 45 additions & 54 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "1.0"
33

44
[versions]
55
checkstyle = "10.20.2"
6-
indra = "3.1.3"
6+
indra = "4.0.0"
77
junit = "5.11.4"
88

99
[libraries]
@@ -25,4 +25,4 @@ indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
2525
indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
2626
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
2727
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1" }
28-
spotless = "com.diffplug.spotless:6.21.0"
28+
spotless = "com.diffplug.spotless:8.8.0"

gradle/wrapper/gradle-wrapper.jar

-14.9 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

Lines changed: 24 additions & 34 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.7.0"
2+
id "org.gradle.toolchains.foojay-resolver-convention" version "1.0.0"
33
}
44

55
dependencyResolutionManagement {

0 commit comments

Comments
 (0)