Skip to content

Commit 56c466c

Browse files
committed
added repo.gradle.org maven repo
1 parent edc7412 commit 56c466c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mode/templates/TopBuild.gradle.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ buildscript {
1717
allprojects {
1818
repositories {
1919
maven { url "https://maven.google.com" }
20-
maven { url "https://jitpack.io" }
20+
maven { url "https://jitpack.io" }
21+
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
2122
google()
2223
mavenCentral()
2324
}

0 commit comments

Comments
 (0)