Skip to content

Commit

Permalink
Fixes error url of grails-common-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Oct 19, 2022
1 parent eaaaa14 commit cde8607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ dependencies {

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

apply from: resources.text.fromInsecureUri('http:https://localhost:9000/common-publishing.gradle')
apply from: 'https:https://raw.githubusercontent.com/grails/grails-common-build/master/common-publishing.gradle'

task test(dependsOn: getTasksByName("test", true)) {
doLast {
Expand Down

0 comments on commit cde8607

Please sign in to comment.