mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07: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
|
@ -49,6 +49,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
)
|
||||
|
||||
val JVM_TOOLCHAIN_ACTION =
|
||||
Action<JavaToolchainSpec> { languageVersion.set(JavaLanguageVersion.of(17)) }
|
||||
Action<JavaToolchainSpec> { languageVersion.set(JavaLanguageVersion.of(21)) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue