Commit 8442f87 1 parent 17ab845 commit 8442f87 Copy full SHA for 8442f87
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ repositories {
55
55
metadataSources { artifact() }
56
56
}
57
57
ivy {
58
- url = " https://downloads.betterthanadventure.net/bta-client/prerelease /"
58
+ url = " https://downloads.betterthanadventure.net/bta-client/${ project.bta_channel } /"
59
59
patternLayout {
60
60
artifact " /v[revision]/client.jar"
61
61
m2compatible = true
62
62
}
63
63
metadataSources { artifact() }
64
64
}
65
65
ivy {
66
- url = " https://downloads.betterthanadventure.net/bta-server/prerelease /"
66
+ url = " https://downloads.betterthanadventure.net/bta-server/${ project.bta_channel } /"
67
67
patternLayout {
68
68
artifact " /v[revision]/server.jar"
69
69
m2compatible = true
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ org.gradle.jvmargs=-Xmx2G
2
2
3
3
# BTA
4
4
bta_version =7.3-pre1
5
+ bta_channel =prerelease
5
6
6
7
# Loader
7
8
loader_version =0.15.6-bta.7
8
9
9
10
# Other Mods
10
11
mod_menu_version =3.0.0
11
- # halplibe_version=
12
+ halplibe_version =5.0.0-beta.2
12
13
13
14
# Mod
14
15
mod_version =1.0.0
You can’t perform that action at this time.
0 commit comments