Merge commit '731e9264e334043d2f36bc35bfd0231447dfb8dc' into dashboard

This commit is contained in:
2023-09-30 20:27:31 +02:00
2 changed files with 6 additions and 1 deletions

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" })
}