File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -444,8 +444,7 @@ repositories {
444444 }
445445 maven {
446446 name ' GTNH Maven'
447- url ' http://jenkins.usrv.eu:8081/nexus/content/groups/public'
448- allowInsecureProtocol = true
447+ url ' https://nexus.gtnewhorizons.com/repository/public/'
449448 }
450449 }
451450 if (usesMixins. toBoolean() || forceEnableMixins. toBoolean()) {
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ pluginManagement {
33 maven {
44 // RetroFuturaGradle
55 name ' GTNH Maven'
6- // noinspection HttpUrlsUsage
7- url ' http://jenkins.usrv.eu:8081/nexus/content/groups/public/'
8- allowInsecureProtocol = true
6+ url ' https://nexus.gtnewhorizons.com/repository/public/'
97 // noinspection GroovyAssignabilityCheck
108 mavenContent {
119 includeGroup ' com.gtnewhorizons'
You can’t perform that action at this time.
0 commit comments