add nexus to be able to build in disco.lab
This commit is contained in:
@@ -73,6 +73,11 @@ subprojects {
|
|||||||
url 'https://repo.lucares.de/'
|
url 'https://repo.lucares.de/'
|
||||||
content { includeGroup "org.lucares" }
|
content { includeGroup "org.lucares" }
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url "https://nexus.disco.lab/repository/maven-all/"
|
||||||
|
allowInsecureProtocol = true
|
||||||
|
content { excludeGroup "org.lucares" }
|
||||||
|
}
|
||||||
mavenCentral(content: { excludeGroup "org.lucares" })
|
mavenCentral(content: { excludeGroup "org.lucares" })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user