Use HTTPS for deps (again), close #3625

This commit is contained in:
Adrian Siekierka 2023-06-10 00:22:26 +02:00
parent affac839cb
commit 5b2ba76a4c

View File

@ -7,7 +7,7 @@ buildscript {
} }
maven { maven {
name = "gt" name = "gt"
url = "http://gregtech.overminddl1.com/" url = "https://gregtech.overminddl1.com/"
} }
maven { maven {
name = "sonatype" name = "sonatype"
@ -107,7 +107,7 @@ repositories {
} }
ivy { ivy {
name 'asie dependency mirror' name 'asie dependency mirror'
artifactPattern "http://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]" artifactPattern "https://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]"
metadataSources { metadataSources {
artifact() artifact()
} }