mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
update deps, auto download adoptium jdk
This commit is contained in:
parent
f94637c261
commit
64cb615cfe
@ -30,6 +30,7 @@ application {
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(11))
|
||||
vendor.set(JvmVendorSpec.ADOPTIUM)
|
||||
}
|
||||
withSourcesJar()
|
||||
}
|
||||
@ -60,8 +61,8 @@ dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
val vvVer = "4.6.2-SNAPSHOT"
|
||||
val vbVer = "4.6.1"
|
||||
val vvVer = "4.6.3-SNAPSHOT"
|
||||
val vbVer = "4.6.2-SNAPSHOT"
|
||||
val vrVer = "197f7b2"
|
||||
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
|
||||
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
|
||||
|
3
settings.gradle.kts
Normal file
3
settings.gradle.kts
Normal file
@ -0,0 +1,3 @@
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
|
||||
}
|
Loading…
Reference in New Issue
Block a user