mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Build: Run assemble automatically before running cli from gradle (elastic/x-pack-elasticsearch#2918)
Original commit: elastic/x-pack-elasticsearch@43f7396764
This commit is contained in:
parent
330fdc19c3
commit
753a8d6a6d
@ -73,6 +73,7 @@ thirdPartyAudit.excludes = [
|
||||
|
||||
task run {
|
||||
description = 'Run the CLI and connect to elasticsearch running on 9200'
|
||||
dependsOn 'assemble'
|
||||
doLast {
|
||||
List command = [new File(project.javaHome, 'bin/java').absolutePath]
|
||||
if ('true'.equals(System.getProperty('debug', 'false'))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user