mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Remove references to logstash and kibana builds
Original commit: elastic/x-pack-elasticsearch@da6c2c92dd
This commit is contained in:
parent
1fb742a0ad
commit
ae04627152
31
build.gradle
31
build.gradle
@ -29,37 +29,6 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
task bundlePack(type: Zip) {
|
|
||||||
onlyIf { project('kibana').bundlePlugin.enabled }
|
|
||||||
onlyIf { project('logstash').bundlePlugin.enabled }
|
|
||||||
dependsOn 'elasticsearch:bundlePlugin'
|
|
||||||
dependsOn 'kibana:bundlePlugin'
|
|
||||||
dependsOn 'logstash:bundlePlugin'
|
|
||||||
from { zipTree(project('elasticsearch').bundlePlugin.outputs.files.singleFile) }
|
|
||||||
from { zipTree(project('kibana').bundlePlugin.outputs.files.singleFile) }
|
|
||||||
from { zipTree(project('logstash').bundlePlugin.outputs.files.singleFile) }
|
|
||||||
destinationDir file('build/distributions')
|
|
||||||
baseName = 'x-pack'
|
|
||||||
version = VersionProperties.elasticsearch
|
|
||||||
}
|
|
||||||
|
|
||||||
task assemble(dependsOn: bundlePack) {
|
|
||||||
group = 'Build'
|
|
||||||
description = 'Assembles the outputs of this project.'
|
|
||||||
}
|
|
||||||
|
|
||||||
task build(dependsOn: assemble) {
|
|
||||||
group = 'Build'
|
|
||||||
description = 'Assembles and tests this project.'
|
|
||||||
}
|
|
||||||
|
|
||||||
task clean(type: Delete) {
|
|
||||||
group = 'Build'
|
|
||||||
description = 'Deletes the build directory'
|
|
||||||
delete 'build'
|
|
||||||
}
|
|
||||||
|
|
||||||
File checkstyleSuppressions = file('dev-tools/checkstyle_suppressions.xml')
|
File checkstyleSuppressions = file('dev-tools/checkstyle_suppressions.xml')
|
||||||
subprojects {
|
subprojects {
|
||||||
tasks.withType(Checkstyle) {
|
tasks.withType(Checkstyle) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user