[Gradle] Add missing mavenCentral repository to test projects

This commit is contained in:
sebastian.sellmair
2021-08-07 12:53:26 +02:00
committed by Space
parent 3625c953ae
commit 552a012e65
2 changed files with 2 additions and 0 deletions
@@ -4,6 +4,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
}
kotlin {
@@ -16,6 +16,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
}
kotlin {