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

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

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

Loading…
Cancel
Save