Skip to content

Commit 75c4133

Browse files
authored
Update grails-common-publishing to the lastest
To configure transitionCheckOptions maxRetries to 20
1 parent 23bfbb3 commit 75c4133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ dependencies {
244244

245245
task install(dependsOn: subprojects*.tasks*.withType(PublishToMavenLocal))
246246

247-
apply from: 'https://raw.githubusercontent.com/grails/grails-common-build/1.0.x/common-publishing.gradle'
247+
apply from: 'https://raw.githubusercontent.com/grails/grails-common-build/master/common-publishing.gradle'
248248

249249
task test(dependsOn: getTasksByName("test", true)) {
250250
doLast {

0 commit comments

Comments
 (0)