Merge pull request #17721 from jaymode/install_rest_api

Enable installing the rest-api-spec artifact
This commit is contained in:
Jay Modi 2016-04-13 13:56:16 -04:00
commit 01ce64c68b
1 changed files with 7 additions and 0 deletions

View File

@ -1 +1,8 @@
apply plugin: 'java'
apply plugin: 'com.bmuschko.nexus'
extraArchive {
sources = false
javadoc = false
tests = false
}