OpenSearch/rest-api-spec/build.gradle
jaymode 293ede3237 Enable installing the rest-api-spec artifact
Running `gradle install` on the rest-api-spec fails because there is no available install
task. This change applies the nexus plugin so that we can install and should also enable
publishing as part of the uploadArchives task.
2016-04-13 11:26:47 -04:00

9 lines
126 B
Groovy

apply plugin: 'java'
apply plugin: 'com.bmuschko.nexus'
extraArchive {
sources = false
javadoc = false
tests = false
}