Skip to content

Commit

Permalink
added build channel property
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Dec 10, 2024
1 parent 17ab845 commit 8442f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ 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
}
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
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8442f87

Please sign in to comment.