jellyfin-androidtv/buildSrc
David Fairbrother 4bb2158cc0 Use JDK toolchains to explicitly use JDK 17
Explicitly mark that we want version 17 of the JDK as the compiler. Previously
we implicitly relied on Gradle getting this right. This means devs and
CI will all use the same JDK explicitly rather than implicitly.

Pin the target JDK version in build.gradle.kts, this should apply to all
targets (including Kotlin) to version 1.8 to maintain compatibility with
older devices
2023-04-13 21:56:26 +02:00
..
src/main/kotlin Move Gradle plugins to plugin catalog (#1296) 2021-12-19 14:44:28 +01:00
build.gradle.kts Use JDK toolchains to explicitly use JDK 17 2023-04-13 21:56:26 +02:00