Skip to content

Commit 5b2ba76

Browse files
committed
Use HTTPS for deps (again), close #3625
1 parent affac83 commit 5b2ba76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
maven {
99
name = "gt"
10-
url = "http://gregtech.overminddl1.com/"
10+
url = "https://gregtech.overminddl1.com/"
1111
}
1212
maven {
1313
name = "sonatype"
@@ -107,7 +107,7 @@ repositories {
107107
}
108108
ivy {
109109
name 'asie dependency mirror'
110-
artifactPattern "http://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]"
110+
artifactPattern "https://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]"
111111
metadataSources {
112112
artifact()
113113
}

0 commit comments

Comments
 (0)