Skip to content

Commit e924b41

Browse files
authored
Merge pull request #237 from PaperMC/renovate/gradle-and-github-actions
chore(deps): Update gradle and github actions
2 parents 83885ea + 339a151 commit e924b41

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
echo "VERSION=$VERSION" >> $GITHUB_ENV
5454
- name: "Cache test run data"
55-
uses: "actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb" # v5.0.1
55+
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
5656
with:
5757
path: |
5858
testserver/libraries

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ junit = "6.0.2"
1616
minecraft = "1.21.11"
1717
parchment = "1.21.11+build.2"
1818
vineflower = "1.11.2"
19-
spotless = "8.1.0"
19+
spotless = "8.2.1"
2020
neoforge = "21.11.26-beta"
2121
neoform = "1.21.11-20251209.172050"
2222

@@ -77,7 +77,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
7777
[plugins]
7878
configurateTransformations = { id = "ca.stellardrift.configurate-transformations" }
7979
eclipseApt = "com.diffplug.eclipse.apt:4.4.1"
80-
loom = "fabric-loom:1.14.10"
80+
loom = "fabric-loom:1.15.3"
8181
# ModDevGradle settings plugin is putting another version on the classpath, so we can't specify a version :(
8282
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext" }
8383
indra = { id = "net.kyori.indra" }

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

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pluginManagement {
2525

2626
plugins {
2727
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
28-
id("fabric-loom") version "1.14.10"
29-
id("net.neoforged.moddev.repositories") version "2.0.138"
28+
id("fabric-loom") version "1.15.3"
29+
id("net.neoforged.moddev.repositories") version "2.0.140"
3030
}
3131

3232
rootProject.name = "adventure-platform-mod-parent"

0 commit comments

Comments
 (0)