Skip to content

Commit 8442f87

Browse files
added build channel property
1 parent 17ab845 commit 8442f87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ repositories {
5555
metadataSources { artifact() }
5656
}
5757
ivy {
58-
url = "https://downloads.betterthanadventure.net/bta-client/prerelease/"
58+
url = "https://downloads.betterthanadventure.net/bta-client/${project.bta_channel}/"
5959
patternLayout {
6060
artifact "/v[revision]/client.jar"
6161
m2compatible = true
6262
}
6363
metadataSources { artifact() }
6464
}
6565
ivy {
66-
url = "https://downloads.betterthanadventure.net/bta-server/prerelease/"
66+
url = "https://downloads.betterthanadventure.net/bta-server/${project.bta_channel}/"
6767
patternLayout {
6868
artifact "/v[revision]/server.jar"
6969
m2compatible = true

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ org.gradle.jvmargs=-Xmx2G
22

33
# BTA
44
bta_version=7.3-pre1
5+
bta_channel=prerelease
56

67
# Loader
78
loader_version=0.15.6-bta.7
89

910
# Other Mods
1011
mod_menu_version=3.0.0
11-
#halplibe_version=
12+
halplibe_version=5.0.0-beta.2
1213

1314
# Mod
1415
mod_version=1.0.0

0 commit comments

Comments
 (0)