mirror of
https://github.com/pcvolkmer/mv64e-onkostar-plugin-export.git
synced 2025-09-13 05:02:52 +00:00
build: add dnpm.dev maven repositories
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -9,8 +9,16 @@ description = 'OS Export-Plugin für das DNPM-Datenmodell 2.1'
|
|||||||
java.sourceCompatibility = JavaVersion.VERSION_11
|
java.sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
// Ignore the next two maven repositories if you want to use a local build
|
||||||
|
maven {
|
||||||
|
url = uri("https://git.dnpm.dev/api/packages/public-snapshots/maven")
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
url = uri("https://git.dnpm.dev/api/packages/public/maven")
|
||||||
|
}
|
||||||
|
// Local repository for local dependency build
|
||||||
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
Reference in New Issue
Block a user