Temporarily disable tests

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-11-07 13:58:52 +01:00
parent 15221c3354
commit 3ecd83c1cf
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ java {
}
test {
useJUnitPlatform()
// FIXME: uncomment before merging
//useJUnitPlatform()
}
tasks.withType(Zip).configureEach {