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 23bfbb3 commit 75c4133Copy full SHA for 75c4133
build.gradle
@@ -244,7 +244,7 @@ dependencies {
244
245
task install(dependsOn: subprojects*.tasks*.withType(PublishToMavenLocal))
246
247
-apply from: 'https://raw.githubusercontent.com/grails/grails-common-build/1.0.x/common-publishing.gradle'
+apply from: 'https://raw.githubusercontent.com/grails/grails-common-build/master/common-publishing.gradle'
248
249
task test(dependsOn: getTasksByName("test", true)) {
250
doLast {
0 commit comments