Commit Graph

4 Commits

Author SHA1 Message Date
Niels van Velzen
acf8af6441 Use Java 21 in jvm toolchain 2024-10-15 17:54:32 +02:00
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
Niels van Velzen
a5cae1ebd6 Prefer Maven Central repository 2021-04-26 22:29:16 +02:00
Niels van Velzen
b2e73a1d5d Set app version from git tag 2020-08-20 19:02:12 +02:00