File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,16 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Set up JDK 21
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 java-version : ' 21'
2323 distribution : ' temurin'
24- cache : gradle
25- - name : Grant execute permission for gradlew
26- run : chmod +x gradlew
27- - name : Validate Gradle wrapper
28- uses : gradle/wrapper-validation-action@v2
24+ - name : Setup Gradle
25+ uses : gradle/actions/setup-gradle@v4
2926 - name : Build with Gradle
3027 run : ./gradlew build
3128 - uses : actions/upload-artifact@v4
3633 with :
3734 name : NeoForge build
3835 path : neoforge/build/libs
39- - name : Cleanup Gradle Cache
40- run : |
41- rm -f ~/.gradle/caches/modules-2/modules-2.lock
42- rm -f ~/.gradle/caches/modules-2/gc.properties
You can’t perform that action at this time.
0 commit comments