add gradle plugins maven repo

This commit is contained in:
InsanusMokrassar 2020-10-03 00:12:06 +06:00 committed by GitHub
parent 0e52345ab7
commit 614c3032c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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