mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
6 lines
120 B
Groovy
6 lines
120 B
Groovy
|
apply plugin: 'elasticsearch.build'
|
||
|
|
||
|
dependencies {
|
||
|
compile project(":x-pack-elasticsearch:sql-clients:net-client")
|
||
|
}
|