Skip to content

Commit 2db432f

Browse files
authored
move to the HTTPS GTNH maven (#78)
1 parent b342187 commit 2db432f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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()) {

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)