Skip to content

Commit 6a85330

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ asm = "9.7.1"
77
checker = "3.48.4"
88
forgeAutoRenamingTool = "1.0.8"
99
vineFlower = "1.10.1"
10-
ideaExt = "1.1.9"
10+
ideaExt = "1.1.10"
1111
immutables = "2.10.1"
1212
indra = "3.1.3"
1313
junit = "5.11.4"
@@ -43,7 +43,7 @@ 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 = "1.3.1" }
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" }

gradle/wrapper/gradle-wrapper.properties

+1-1
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-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)