OpenSearch/x-pack/qa/evil-tests/build.gradle

12 lines
327 B
Groovy
Raw Normal View History

apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
}
test {
systemProperty 'tests.security.manager', 'false'
include '**/*Tests.class'
}