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