Update to 1.7.7.0_02.

pull/4/head
MartinSVK12 1 year ago
parent 0d09e9536c
commit 3480102277

@ -40,6 +40,14 @@ repositories {
}
metadataSources { artifact() }
}
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
artifact "[organisation]/releases/download/[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {

Loading…
Cancel
Save