Use JDK 25 to build and include in releases (#1770)

* Use JDK 25 to build and include in releases

* Set Jvm Targets in BuildSrc

* Put JvmTarget in libs.versions.toml

* Maybe this will work for Zulu

* Use LTS java version
This commit is contained in:
Mitchell Syer
2025-11-08 19:37:59 -05:00
committed by GitHub
parent c452a3548f
commit 00f5652db9
8 changed files with 27 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
kotlin = "2.2.21"
coroutines = "1.10.2"
serialization = "1.9.0"
jvmTarget = "21"
okhttp = "5.3.0" # Major version is locked by Tachiyomi extensions
javalin = "6.7.0"
jte = "3.2.1"