mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-26 20:51:06 +00:00
build: downgrade to JDK version 11
This commit is contained in:
@@ -34,6 +34,10 @@ dependencies {
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(11)
|
||||
}
|
||||
|
||||
tasks {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
Reference in New Issue
Block a user