Skip to content

Commit a9c9c1f

Browse files
committed
Avoid usage of archives configuration
1 parent d8c0510 commit a9c9c1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/ml/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def mlCppVersion(){
111111
(project.version + "-SNAPSHOT") : project.version;
112112
}
113113

114-
115114
tasks.named('assemble').configure {
116115
dependsOn tasks.named('jar')
117116
}

x-pack/plugin/security/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ tasks.named("processTestResources").configure {
167167
from(project(xpackModule('core')).file('src/test/resources'))
168168
}
169169

170-
171170
tasks.named('assemble').configure {
172171
// normal es plugins do not publish the jar but we need to since users need it for extensions
173172
dependsOn tasks.named('jar')

0 commit comments

Comments
 (0)