File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@v5
2929 run : ./gradlew build
3030
3131 - name : Upload Artifact
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : ZenithProxyMod
3535 path : build/libs/*.jar
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Check out repository
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212
1313 - name : Set up JDK 21
1414 uses : actions/setup-java@v5
2626 run : ./gradlew build
2727
2828 - name : Upload Artifact
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v5
3030 with :
3131 name : ZenithProxyMod
3232 path : build/libs/*.jar
Original file line number Diff line number Diff line change 11plugins {
2- id(" fabric-loom" ) version " 1.11 -SNAPSHOT"
2+ id(" fabric-loom" ) version " 1.14 -SNAPSHOT"
33}
44
55version = project.properties[" mod_version" ] as String
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.1 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments