diff --git a/build.gradle b/build.gradle index 901a7fa..c03bff3 100644 --- a/build.gradle +++ b/build.gradle @@ -444,8 +444,7 @@ repositories { } maven { name 'GTNH Maven' - url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public' - allowInsecureProtocol = true + url 'https://nexus.gtnewhorizons.com/repository/public/' } } if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) { diff --git a/settings.gradle b/settings.gradle index b6371aa..771def3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,9 +3,7 @@ pluginManagement { maven { // RetroFuturaGradle name 'GTNH Maven' - //noinspection HttpUrlsUsage - url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' - allowInsecureProtocol = true + url 'https://nexus.gtnewhorizons.com/repository/public/' //noinspection GroovyAssignabilityCheck mavenContent { includeGroup 'com.gtnewhorizons'