OpenSearch/test/external-modules/build.gradle

11 lines
207 B
Groovy

subprojects {
apply plugin: 'elasticsearch.esplugin'
esplugin {
name it.name
licenseFile rootProject.file('licenses/APACHE-LICENSE-2.0.txt')
noticeFile rootProject.file('NOTICE.txt')
}
}