Fix maven repository

This commit is contained in:
Jared 2021-12-21 19:53:04 +02:00
parent d660df6930
commit 764efa88bf
No known key found for this signature in database
GPG Key ID: DB3BA3B9088A1BDF
2 changed files with 6 additions and 2 deletions

View File

@ -45,6 +45,8 @@ publishing {
}
repositories {
url "file://" + System.getenv("local_maven")
maven {
url "file://" + System.getenv("local_maven")
}
}
}

View File

@ -62,6 +62,8 @@ publishing {
}
repositories {
url "file://" + System.getenv("local_maven")
maven {
url "file://" + System.getenv("local_maven")
}
}
}