|
|
|
@ -39,11 +39,11 @@ repositories {
|
|
|
|
|
url = 'https://maven.fabricmc.net/'
|
|
|
|
|
}
|
|
|
|
|
maven {
|
|
|
|
|
name = 'signalumMaven'
|
|
|
|
|
name = 'SignalumMavenInfrastructure'
|
|
|
|
|
url = 'https://maven.thesignalumproject.net/infrastructure'
|
|
|
|
|
}
|
|
|
|
|
maven {
|
|
|
|
|
name = 'signalumMaven'
|
|
|
|
|
name = 'SignalumMavenReleases'
|
|
|
|
|
url = 'https://maven.thesignalumproject.net/releases'
|
|
|
|
|
}
|
|
|
|
|
ivy {
|
|
|
|
@ -55,7 +55,7 @@ repositories {
|
|
|
|
|
metadataSources { artifact() }
|
|
|
|
|
}
|
|
|
|
|
ivy {
|
|
|
|
|
url = "https://downloads.betterthanadventure.net/bta-client/prerelease/"
|
|
|
|
|
url = "https://downloads.betterthanadventure.net/bta-client/${project.bta_channel}/"
|
|
|
|
|
patternLayout {
|
|
|
|
|
artifact "/v[revision]/client.jar"
|
|
|
|
|
m2compatible = true
|
|
|
|
@ -63,7 +63,7 @@ repositories {
|
|
|
|
|
metadataSources { artifact() }
|
|
|
|
|
}
|
|
|
|
|
ivy {
|
|
|
|
|
url = "https://downloads.betterthanadventure.net/bta-server/prerelease/"
|
|
|
|
|
url = "https://downloads.betterthanadventure.net/bta-server/${project.bta_channel}/"
|
|
|
|
|
patternLayout {
|
|
|
|
|
artifact "/v[revision]/server.jar"
|
|
|
|
|
m2compatible = true
|
|
|
|
|