diff --git a/build.gradle b/build.gradle index ca548b323..68607e40c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } maven { name = "gt" - url = "http://gregtech.overminddl1.com/" + url = "https://gregtech.overminddl1.com/" } maven { name = "sonatype" @@ -107,7 +107,7 @@ repositories { } ivy { name 'asie dependency mirror' - artifactPattern "http://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]" + artifactPattern "https://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]" metadataSources { artifact() }