File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ jobs:
9090 - name : Run client gametests
9191 env :
9292 IMGUR_CLIENT_ID : ${{ secrets.IMGUR_CLIENT_ID }}
93- run : xvfb-run --auto-servernum ./gradlew runClientGameTest --stacktrace --warning-mode=fail
93+ run : ./gradlew runClientGameTest --stacktrace --warning-mode=fail
9494
9595 - name : Run client gametests with mods
9696 env :
9797 IMGUR_CLIENT_ID : ${{ secrets.IMGUR_CLIENT_ID }}
98- run : xvfb-run --auto-servernum ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
98+ run : ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
9999
100100 - name : Upload screenshots
101101 uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.gradle.configuration-cache=true
99minecraft_version =1.21.10
1010yarn_mappings =1.21.10+build.2
1111loader_version =0.18.1
12- loom_version =1.13 -SNAPSHOT
12+ loom_version =1.14 -SNAPSHOT
1313
1414# Fabric API
1515fabric_version =0.138.3+1.21.10
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