mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
update viaversion
This commit is contained in:
parent
adf0085d8a
commit
2b2f1b3251
@ -39,7 +39,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
|
||||
val gitVersion: groovy.lang.Closure<String> by extra
|
||||
|
||||
group = "com.github.creeper123123321.viaaas"
|
||||
version = "0.4.15+" + try {
|
||||
version = "0.4.16+" + try {
|
||||
gitVersion()
|
||||
} catch (e: Exception) {
|
||||
"unknown"
|
||||
@ -58,8 +58,8 @@ dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
val vvVer = "4.1.0-1.18-rc3-SNAPSHOT"
|
||||
val vbVer = "4.1.0-1.18-pre5-SNAPSHOT"
|
||||
val vvVer = "4.1.0"
|
||||
val vbVer = "4.1.0"
|
||||
val vrVer = "d93606d"
|
||||
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
|
||||
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
|
||||
|
Loading…
Reference in New Issue
Block a user