Skip to content

Commit 9a71707

Browse files
committed
Cleanup build script
1 parent fc7f561 commit 9a71707

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

x-pack/plugin/async-search/build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@ base {
1515

1616
dependencies {
1717
compileOnly project(":server")
18-
testImplementation testArtifact(project(':server'))
19-
2018
compileOnly project(path: xpackModule('core'))
21-
testImplementation(testArtifact(project(xpackModule('core'))))
22-
testImplementation project(path: xpackModule('async'))
19+
testImplementation testArtifact(project(':server'))
20+
testImplementation testArtifact(project(xpackModule('core')))
21+
testImplementation project(xpackModule('async'))
2322

2423
internalClusterTestImplementation project(":modules:reindex")
2524

26-
javaRestTestImplementation(testArtifact(project(xpackModule('core'))))
27-
javaRestTestImplementation project(xpackModule('async-search'))
28-
javaRestTestImplementation project(':test:framework')
25+
javaRestTestImplementation testArtifact(project(xpackModule('core')))
2926

3027
clusterModules project(":x-pack:test:deprecated-query")
3128
clusterModules project(':modules:analysis-common')

0 commit comments

Comments
 (0)