add nexus to be able to build in disco.lab

This commit is contained in:
2023-05-25 08:55:26 +02:00
parent f8a199fd6a
commit 8839ab52a2

View File

@@ -73,6 +73,11 @@ subprojects {
url 'https://repo.lucares.de/'
content { includeGroup "org.lucares" }
}
maven {
url "https://nexus.disco.lab/repository/maven-all/"
allowInsecureProtocol = true
content { excludeGroup "org.lucares" }
}
mavenCentral(content: { excludeGroup "org.lucares" })
}