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
b4abbf991c
commit
0c1763270a
@ -153,7 +153,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