diff --git a/build.gradle b/build.gradle index 411cb54e..68300446 100644 --- a/build.gradle +++ b/build.gradle @@ -39,23 +39,6 @@ subprojects { Project project -> isProfile = project.name.endsWith('-profile') } - if (isReleaseVersion) { - nexusPublishing { - String nexusUser = findProperty('sonatypeUsername') - String nexusPass = findProperty('sonatypePassword') - String nexusStagingProfileId = findProperty('sonatypeStagingProfileId') - String nexusUrl = findProperty('sonatypeNexusUrl') ?: 'https://s01.oss.sonatype.org/service/local/' - repositories { - sonatype { - nexusUrl = uri(nexusUrl) - username = nexusUser - password = nexusPass - stagingProfileId = nexusStagingProfileId - } - } - } - } - repositories { mavenCentral() maven { url "https://repo.grails.org/grails/core" }