gradle: Skip specific tests
This commit is contained in:
@@ -49,4 +49,12 @@ compileJava.doLast() {
|
||||
injectedJar.toString()
|
||||
]
|
||||
inject.main(jarPaths)
|
||||
}
|
||||
|
||||
test {
|
||||
exclude '**/*'
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
exclude '**/*'
|
||||
}
|
||||
Reference in New Issue
Block a user