From 8839ab52a2f0802ec17168bf2715e42b7b357790 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 25 May 2023 08:55:26 +0200 Subject: [PATCH] add nexus to be able to build in disco.lab --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 0f11cc3..0868f1f 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }) }