mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-25 22:11:20 +01:00
0.4.4, 1.17.1-pre3
This commit is contained in:
parent
799e950ec3
commit
24198352bc
@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
|
|||||||
val gitVersion: groovy.lang.Closure<String> by extra
|
val gitVersion: groovy.lang.Closure<String> by extra
|
||||||
|
|
||||||
group = "com.github.creeper123123321.viaaas"
|
group = "com.github.creeper123123321.viaaas"
|
||||||
version = "0.4.3+" + try {
|
version = "0.4.4+" + try {
|
||||||
gitVersion()
|
gitVersion()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
"unknown"
|
"unknown"
|
||||||
@ -59,7 +59,7 @@ dependencies {
|
|||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
implementation(kotlin("reflect"))
|
implementation(kotlin("reflect"))
|
||||||
|
|
||||||
val vvVer = "4.0.1-1.17.1-pre2-SNAPSHOT"
|
val vvVer = "4.0.1-1.17.1-pre3-SNAPSHOT"
|
||||||
val vbVer = "4.0.1-1.17.1-pre2-SNAPSHOT"
|
val vbVer = "4.0.1-1.17.1-pre2-SNAPSHOT"
|
||||||
val vrVer = "e3f7a96"
|
val vrVer = "e3f7a96"
|
||||||
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
|
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user