Skip to content

Commit ac01c64

Browse files
committed
Add Gradle plugin repo to all projects
1 parent 0b66866 commit ac01c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ allprojects {
4545
jcenter()
4646
maven { url 'https://jitpack.io' }
4747
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
48+
maven { url "https://plugins.gradle.org/m2/" }
4849
google()
4950
}
5051
}

0 commit comments

Comments
 (0)