Updated to BTA 7.3-pre2.

7.3
MartinSVK12 2 months ago
parent 17ab84559c
commit e95d902e87

@ -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

@ -1,7 +1,8 @@
org.gradle.jvmargs=-Xmx2G
# BTA
bta_version=7.3-pre1
bta_version=7.3-pre2
bta_channel=prerelease
# Loader
loader_version=0.15.6-bta.7

@ -14,7 +14,7 @@ pluginManagement {
url = 'https://maven.glass-launcher.net/babric'
}
maven {
name = 'signalumMaven'
name = 'SignalumMavenInfrastructure'
url = 'https://maven.thesignalumproject.net/infrastructure'
}
}

Loading…
Cancel
Save