Revert "fix(build): upgrade to JDK 21"

Seems to break things lolsob

This reverts commit 8e47906bbe.
This commit is contained in:
Harsh Shandilya 2023-12-07 19:50:43 +05:30
parent 3a43996939
commit 03f8f7d64f
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
*/
plugins { `kotlin-dsl` }
kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(21)) }
kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(17)) }
gradlePlugin {
plugins {