mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-12-03 12:42: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 {
|
||||
url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
|
@ -61,6 +60,7 @@ allprojects {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
// Reproducible Builds
|
||||
|
|
Loading…
Reference in a new issue