OpenSearch/test/fixtures/build.gradle

10 lines
200 B
Groovy

subprojects {
// fixtures don't have tests, these are external projects used by the build
pluginManager.withPlugin('java') {
tasks.named('test').configure {
enabled = false
}
}
}