Skip to content

Commit 69b19e2

Browse files
chore(deps): Update gradle and github actions
1 parent 43cbc6a commit 69b19e2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jupiterEngine = "5.14.0"
2525
neoforge = "21.10.1-beta"
2626

2727
[plugins]
28-
blossom = { id = "net.kyori.blossom", version = "2.1.0" }
28+
blossom = { id = "net.kyori.blossom", version = "2.2.0" }
2929
sponge-gradle-plugin = { id = "org.spongepowered.gradle.plugin", version = "2.3.0" }
3030
run-paper = { id = "xyz.jpenilla.run-paper", version.ref = "run-task" }
3131
run-velocity = { id = "xyz.jpenilla.run-velocity" }

gradle/wrapper/gradle-wrapper.jar

176 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-9.1.0-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

settings.gradle.kts

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

1717
plugins {
18-
id("net.neoforged.moddev.repositories") version "2.0.115" apply false
18+
id("net.neoforged.moddev.repositories") version "2.0.116" apply false
1919
id("quiet-fabric-loom") version "1.11-SNAPSHOT" apply false
2020
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
2121
}

0 commit comments

Comments
 (0)