mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
0.2.16, via 3.2.0
This commit is contained in:
parent
61938c9430
commit
d277fc4fde
@ -20,7 +20,7 @@ val branch = if (!travisBranch.isNullOrBlank()) travisBranch else try {
|
||||
"unknown"
|
||||
}
|
||||
|
||||
version = "0.2.15-SNAPSHOT+" + try {
|
||||
version = "0.2.16-SNAPSHOT+" + try {
|
||||
gitVersion() + "-" + branch
|
||||
} catch (e: Exception) {
|
||||
"unknown"
|
||||
@ -59,8 +59,8 @@ tasks.named<ProcessResources>("processResources") {
|
||||
|
||||
dependencies {
|
||||
// transitive = false because Guava is conflicting on runClient
|
||||
implementation("us.myles:viaversion:3.2.0-1.16.4-rc1") { isTransitive = false }
|
||||
include("us.myles:viaversion:3.2.0-1.16.4-rc1")
|
||||
implementation("us.myles:viaversion:3.2.0") { isTransitive = false }
|
||||
include("us.myles:viaversion:3.2.0")
|
||||
include("org.yaml:snakeyaml:1.26")
|
||||
|
||||
// Use 1.16 snapshot, probably intermediary will make it work on further versions
|
||||
|
Loading…
Reference in New Issue
Block a user