gradle: Bump all plugins to latest stable version

* Also set jvmToolchain using kotlin block

Ref: https://developer.android.com/build/jdks#toolchain

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-10-02 17:04:17 +05:30
parent fdd65eaf63
commit 25af92c445
2 changed files with 6 additions and 8 deletions

View File

@@ -31,10 +31,8 @@ plugins {
id("dev.rikka.tools.refine")
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
kotlin {
jvmToolchain(17)
}
android {