Skip to content

Commit b9fe8fc

Browse files
committed
Remove nexus staging plugin
1 parent 4a7c20a commit b9fe8fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

104103
version = grailsVersion
105104
group = "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

0 commit comments

Comments
 (0)