Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import org.elasticsearch.gradle.testclusters.TestClustersPlugin
subprojects { Project subproj ->
plugins.withType(TestClustersPlugin).whenPluginAdded {
testClusters.configureEach {
testDistribution = 'DEFAULT'
}