mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
0.4.16 Release
This commit is contained in:
parent
3ca907a887
commit
aafd5d076c
@ -21,7 +21,7 @@ def ENV = System.getenv()
|
||||
|
||||
group = "com.viaversion.fabric"
|
||||
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
||||
version = "0.4.15+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
|
||||
version = "0.4.16+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
|
||||
logger.lifecycle("Building ViaFabric: $version")
|
||||
|
||||
def getBranch() {
|
||||
|
@ -2,7 +2,7 @@
|
||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
|
||||
loader_version=0.16.7
|
||||
viaver_version=5.0.4-SNAPSHOT
|
||||
viaver_version=5.1.1-SNAPSHOT
|
||||
|
||||
publish_mc_versions=1.21.3, 1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4
|
||||
# example: 1.19.1-rc1. Can be a blank value
|
||||
|
Loading…
Reference in New Issue
Block a user