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