Build: Add apijar task to assemble so it gets built with other artifacts
Original commit: elastic/x-pack-elasticsearch@ab9ce9c8d6
This commit is contained in:
parent
9086e3c43e
commit
1bfef646b8
|
@ -149,6 +149,7 @@ project.afterEvaluate {
|
|||
StandardCopyOption.REPLACE_EXISTING)
|
||||
}
|
||||
}
|
||||
assemble.dependsOn(apiJar)
|
||||
project.publishing {
|
||||
publications {
|
||||
apijar(MavenPublication) {
|
||||
|
|
Loading…
Reference in New Issue