We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279b345 commit d9c2684Copy full SHA for d9c2684
.github/workflows/ci-tests-nightly.yml
@@ -58,6 +58,7 @@ jobs:
58
run: chmod +x gradlew
59
60
- name: Create datagen assets
61
+ continue-on-error: true
62
run: ./gradlew runData
63
64
- name: Test JAR with GameTest Server
build.gradle
@@ -197,6 +197,8 @@ minecraft {
197
args '--all'
198
args '--output', file('src/generated/resources/')
199
200
+ forceExit false
201
+
202
mods {
203
compactmachines {
204
source sourceSets.tunnels
0 commit comments