[O] Disable integration tests on build

pull/29/head
Azalea 2024-03-26 22:31:49 -04:00
parent f314b3982e
commit 305d1cea94
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ tasks.processResources {
}
tasks.test {
enabled = false
useJUnitPlatform()
}