[Gradle] Add missing mavenCentral repository to test projects
This commit is contained in:
committed by
Space
parent
3625c953ae
commit
552a012e65
+1
@@ -4,6 +4,7 @@ plugins {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ plugins {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user