diff --git a/rest-api-spec/build.gradle b/rest-api-spec/build.gradle index bbfeb03c223..2a7de2c726d 100644 --- a/rest-api-spec/build.gradle +++ b/rest-api-spec/build.gradle @@ -1 +1,8 @@ apply plugin: 'java' +apply plugin: 'com.bmuschko.nexus' + +extraArchive { + sources = false + javadoc = false + tests = false +}