added build channel property

7.3
UselessBullets 2 months ago
parent 17ab84559c
commit 8442f87062

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

@ -2,13 +2,14 @@ org.gradle.jvmargs=-Xmx2G
# BTA
bta_version=7.3-pre1
bta_channel=prerelease
# Loader
loader_version=0.15.6-bta.7
# Other Mods
mod_menu_version=3.0.0
#halplibe_version=
halplibe_version=5.0.0-beta.2
# Mod
mod_version=1.0.0

Loading…
Cancel
Save