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 9362182 commit 2112c64Copy full SHA for 2112c64
x-pack/plugin/logsdb/qa/rolling-upgrade/build.gradle
@@ -15,7 +15,7 @@ apply plugin: 'elasticsearch.bc-upgrade-test'
15
dependencies {
16
javaRestTestImplementation project(xpackModule('logsdb'))
17
javaRestTestImplementation project(':test:test-clusters')
18
- javaRestTestImplementation testArtifact(project(':qa:rolling-upgrade'))
+ javaRestTestImplementation testArtifact(project(':qa:rolling-upgrade'), 'javaRestTest')
19
javaRestTestImplementation(testArtifact(project(xpackModule('core'))))
20
javaRestTestImplementation(testArtifact(project(xpackModule('security'))))
21
}
0 commit comments