Skip to content

Commit 20bb98c

Browse files
chore(deps): Update build deps and github actions
1 parent 9072350 commit 20bb98c

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ forgeAutoRenamingTool = "1.0.8"
99
vineFlower = "1.10.1"
1010
ideaExt = "1.1.9"
1111
immutables = "2.10.1"
12-
indra = "3.1.3"
12+
indra = "4.0.0"
1313
junit = "5.11.4"
1414
mergeTool = "1.2.3"
1515
mammoth = "1.4.0"
@@ -43,12 +43,12 @@ mammoth = { module = "net.kyori:mammoth", version.ref = "mammoth" }
4343
[plugins]
4444
blossom = { id = "net.kyori.blossom", version = "2.1.0" }
4545
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "4.2.0" }
46-
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
46+
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
4747
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
4848
indra = { id = "net.kyori.indra", version.ref = "indra" }
4949
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
5050
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
5151
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
5252
indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
5353
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
54-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
54+
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }

gradle/wrapper/gradle-wrapper.jar

2 KB
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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
}
88

99
plugins {
10-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
10+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1111
}
1212

1313
dependencyResolutionManagement {

0 commit comments

Comments
 (0)