Merge pull request #17721 from jaymode/install_rest_api
Enable installing the rest-api-spec artifact
This commit is contained in:
commit
01ce64c68b
|
@ -1 +1,8 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'com.bmuschko.nexus'
|
||||
|
||||
extraArchive {
|
||||
sources = false
|
||||
javadoc = false
|
||||
tests = false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue