Fix build.gradle

This commit is contained in:
Paul Schaub 2022-04-29 17:19:42 +02:00
parent 7f337a5ce9
commit e3eb4cff31
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ buildscript {
maven { maven {
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
mavenLocal()
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
@ -61,6 +60,7 @@ allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
mavenLocal()
} }
// Reproducible Builds // Reproducible Builds