We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcab0b commit fa62a87Copy full SHA for fa62a87
qa/integration-bwc/build.gradle
@@ -23,13 +23,6 @@ import org.elasticsearch.gradle.VersionProperties
23
24
apply plugin: 'elasticsearch.standalone-test'
25
26
-// This is a top level task which we will add dependencies to below.
27
-// It is a single task that can be used to backcompat tests against all versions.
28
-task bwcTest {
29
- description = 'Runs backwards compatibility tests.'
30
- group = 'verification'
31
-}
32
-
33
dependencies {
34
testCompile project(path: ':modules:mapper-extras', configuration: 'runtime')
35
}
0 commit comments