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 b0f4389 commit 50b2010Copy full SHA for 50b2010
build.gradle
@@ -141,6 +141,8 @@ minecraft {
141
environment 'MOD_MODULES', String.join(File.pathSeparator, "${mod_id}%%${project.name}.test")
142
environment 'target', 'fmltestserver'
143
environment 'targetModId', "${mod_id}"
144
+ arg '--crashOnFailedTests'
145
+ forceExit = false
146
mods {
147
compactcrafting {
148
source sourceSets.main
0 commit comments