We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bc564 commit 9dcfd4dCopy full SHA for 9dcfd4d
build.gradle
@@ -77,6 +77,7 @@ apply plugin: 'io.codearte.nexus-staging'
77
78
nexusStaging {
79
delayBetweenRetriesInMillis = 5000
80
+ stagingProfileId = "grails-core-${version.replace("\\.","\\-")}"
81
}
82
83
// directories created during the build which are related
0 commit comments