mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
8 lines
120 B
Groovy
8 lines
120 B
Groovy
|
apply plugin: 'elasticsearch.build'
|
||
|
test.enabled = false
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':test:framework')
|
||
|
}
|
||
|
|