gradle build fix

Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
nuclearfog 2021-10-18 18:33:47 +02:00
parent 26a7b4253c
commit 5441ac5759
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98

View File

@ -4,6 +4,7 @@ buildscript {
repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://maven.google.com' }
google()
}