Skip to content

Commit 9dcfd4d

Browse files
committed
Set the stagingProfileId
1 parent c6bc564 commit 9dcfd4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ apply plugin: 'io.codearte.nexus-staging'
7777

7878
nexusStaging {
7979
delayBetweenRetriesInMillis = 5000
80+
stagingProfileId = "grails-core-${version.replace("\\.","\\-")}"
8081
}
8182

8283
// directories created during the build which are related

0 commit comments

Comments
 (0)