mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-02-01 19:15:06 +01:00
9 lines
114 B
Kotlin
9 lines
114 B
Kotlin
plugins {
|
|
id("java")
|
|
}
|
|
|
|
java {
|
|
toolchain {
|
|
languageVersion.set(JavaLanguageVersion.of(11))
|
|
}
|
|
} |