Skip to content

Commit 2112c64

Browse files
committed
Fix testArtifact dependency
1 parent 9362182 commit 2112c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'elasticsearch.bc-upgrade-test'
1515
dependencies {
1616
javaRestTestImplementation project(xpackModule('logsdb'))
1717
javaRestTestImplementation project(':test:test-clusters')
18-
javaRestTestImplementation testArtifact(project(':qa:rolling-upgrade'))
18+
javaRestTestImplementation testArtifact(project(':qa:rolling-upgrade'), 'javaRestTest')
1919
javaRestTestImplementation(testArtifact(project(xpackModule('core'))))
2020
javaRestTestImplementation(testArtifact(project(xpackModule('security'))))
2121
}

0 commit comments

Comments
 (0)