Skip to content

Commit 190db06

Browse files
committed
fix no test failure
1 parent 2609cc2 commit 190db06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/main/groovy/multiloader-common.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ dependencies {
103103

104104
}
105105

106+
tasks.withType(Test) {
107+
failOnNoDiscoveredTests = false
108+
}
109+
106110
sourcesJar {
107111
from(rootProject.file('LICENSE')) {
108112
rename { "${it}_${mod_name}" }

0 commit comments

Comments
 (0)