Excavator: Consistent Gradle artifact repositories (#437)

This commit is contained in:
Excavator Bot 2021-06-15 06:02:41 +01:00 committed by GitHub
parent a565d6551a
commit 1b16aae200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
}
dependencies {