add gradle plugins maven repo

This commit is contained in:
2020-10-03 00:12:06 +06:00
committed by GitHub
parent 0e52345ab7
commit 614c3032c9

View File

@@ -3,6 +3,7 @@ buildscript {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {