Skip to content

Commit a7cea26

Browse files
Merge branch 'master' into 1.21.10
2 parents a4eb030 + d770fdd commit a7cea26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.configuration-cache=true
99
minecraft_version=1.21.10
1010
yarn_mappings=1.21.10+build.2
1111
loader_version=0.18.1
12-
loom_version=1.13-SNAPSHOT
12+
loom_version=1.14-SNAPSHOT
1313

1414
# Fabric API
1515
fabric_version=0.138.3+1.21.10

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

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

0 commit comments

Comments
 (0)