update deps, auto download adoptium jdk

This commit is contained in:
creeper123123321 2023-03-29 19:02:09 -03:00
parent f94637c261
commit 64cb615cfe
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
}