Fix repository location for Grails (#3216)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-06-07 12:09:52 +03:00 committed by GitHub
parent d8ea53d431
commit 10150a9330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ muzzle {
repositories {
mavenCentral()
maven {
url "https://repo.grails.org/grails/core"
url "https://repo.grails.org/artifactory/core"
mavenContent {
releasesOnly()
}