Adding retro Java 17 compatibility

* Moving back to Java 17 compatibility. I'll change demo-remote a little later, because otherwise I have to break the project for some time.

* Prepares version 0.1.3
This commit is contained in:
julien Lengrand-Lambert
2025-10-25 23:43:04 +01:00
committed by GitHub
parent f829d56a43
commit d982bc94cb
6 changed files with 16 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ tasks.test {
}
kotlin {
jvmToolchain(24)
jvmToolchain(17)
}
application {