mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-12-04 13:12:08 +01:00
Fix build.gradle
This commit is contained in:
parent
7f337a5ce9
commit
e3eb4cff31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue