Skip to content

Commit 854505e

Browse files
committed
add grails repo for some legacy build plugins
1 parent c4b7bbe commit 854505e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ buildscript {
2626
}
2727
mavenCentral()
2828
maven { url 'https://plugins.gradle.org/m2/' }
29-
// uncomment next repo if jcenter isn't available
30-
// we have some build components mirrored there
3129
maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
30+
maven { url 'https://repo.grails.org/ui/native/libs-releases/' }
3231
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
3332
maven { url 'https://jitpack.io' }
3433
}

0 commit comments

Comments
 (0)