mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-09 15:25:56 -04:00
Use HTTPS for deps (again), close #3625
This commit is contained in:
parent
affac839cb
commit
5b2ba76a4c
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user