Skip to content

Commit 50b2010

Browse files
committed
Stop mcjunit from force exiting gradle
1 parent b0f4389 commit 50b2010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ minecraft {
141141
environment 'MOD_MODULES', String.join(File.pathSeparator, "${mod_id}%%${project.name}.test")
142142
environment 'target', 'fmltestserver'
143143
environment 'targetModId', "${mod_id}"
144+
arg '--crashOnFailedTests'
145+
forceExit = false
144146
mods {
145147
compactcrafting {
146148
source sourceSets.main

0 commit comments

Comments
 (0)