We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7bbe commit 854505eCopy full SHA for 854505e
1 file changed
build.gradle
@@ -26,9 +26,8 @@ buildscript {
26
}
27
mavenCentral()
28
maven { url 'https://plugins.gradle.org/m2/' }
29
- // uncomment next repo if jcenter isn't available
30
- // we have some build components mirrored there
31
maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
+ maven { url 'https://repo.grails.org/ui/native/libs-releases/' }
32
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
33
maven { url 'https://jitpack.io' }
34
0 commit comments