File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - name : " setup env"
2626 id : " setup"
27- uses : " KyoriPowered/ci-cookbook/actions/setup-java-env@f3b9a3fbb31e9f4320d855e7be17b028522e87be " # 2026.02.07
27+ uses : " KyoriPowered/ci-cookbook/actions/setup-java-env@38f84f74c37a4f4aca1008522b32c5e9c625e10d " # 2026.03.17
2828 with :
2929 runtime_version : 25
3030 publishing_branch_regex : ' (?:(?:(?:mc\/)?(\d+(?:\.\d+)*(?:\.x)?)))'
3535 run : " ./gradlew build --stacktrace"
3636 - name : " archive test results"
3737 if : " ${{ always() }}"
38- uses : " actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f " # v7.0.0
38+ uses : " actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a " # v7.0.1
3939 with :
4040 name : " ${{ runner.os }}-test-results"
4141 path : |
5252 fi
5353 echo "VERSION=$VERSION" >> $GITHUB_ENV
5454 - name : " Cache test run data"
55- uses : " actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 " # v5.0.3
55+ uses : " actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 " # v5.0.4
5656 with :
5757 path : |
5858 testserver/libraries
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mod-publish-plugin = "1.1.0"
1515junit = " 6.0.3"
1616minecraft = " 26.1.1"
1717vineflower = " 1.11.2"
18- spotless = " 8.3 .0"
18+ spotless = " 8.4 .0"
1919neoforge = " 26.1.1.1-beta"
2020neoform = " 26.1.1-1"
2121
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pluginManagement {
2525
2626plugins {
2727 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
28- id(" net.fabricmc.fabric-loom-repositories" ) version " 1.15.5 "
28+ id(" net.fabricmc.fabric-loom-repositories" ) version " 1.16.1 "
2929 id(" net.neoforged.moddev.repositories" ) version " 2.0.141"
3030}
3131
You can’t perform that action at this time.
0 commit comments