dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 8839ab52a2 - Show all commits

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