File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ buildscript {
1010 classpath " com.netflix.nebula:gradle-extra-configurations-plugin:2.2.0"
1111 classpath " com.github.adrianbk:gradle-travisci-trigger-plugin:1.0.0"
1212 classpath " com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion "
13- classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:$gradleNexusStagingPluginVersion "
1413 classpath " gradle.plugin.io.sdkman:gradle-sdkvendor-plugin:$gradleSdkVendorVersion "
1514 classpath " io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1"
1615 classpath " javax.xml.bind:jaxb-api:$jaxbVersion "
@@ -103,12 +102,6 @@ ext {
103102
104103version = grailsVersion
105104group = " org.grails"
106- apply plugin : ' io.codearte.nexus-staging'
107-
108- nexusStaging {
109- delayBetweenRetriesInMillis = 5000
110- stagingProfileId = " grails-core-${ version.replace("\\.","\\-")} "
111- }
112105
113106// directories created during the build which are related
114107// to turning the workspace root into a GRAILS_HOME
You can’t perform that action at this time.
0 commit comments