mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-11-14 03:52:05 +01:00
Enable mavenLocal() in build.gradle
This commit is contained in:
parent
8d0899ce22
commit
93d6d40458
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ allprojects {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
// Reproducible Builds
|
||||
|
|
Loading…
Reference in a new issue