import org.elasticsearch.gradle.testclusters.TestClustersPlugin subprojects { Project subproj -> plugins.withType(TestClustersPlugin).whenPluginAdded { testClusters.configureEach { testDistribution = 'DEFAULT' setting "xpack.security.enabled", "false" } } }