mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(build): upgrade to JDK 21
This commit is contained in:
parent
53f0656353
commit
8e47906bbe
5 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
plugins { `kotlin-dsl` }
|
||||
|
||||
kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(17)) }
|
||||
kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(21)) }
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue