File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ plugins {
1212kotlin {
1313 applyDefaultHierarchyTemplate()
1414
15+ jvmToolchain {
16+ languageVersion = JavaLanguageVersion .of(libs.versions.jvm.target.get())
17+ }
18+
1519 js(IR ) {
1620 useEsModules()
1721
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ dependencies {
1616 implementation(libs.atlassian.sourcemap)
1717}
1818
19+ kotlin {
20+ jvmToolchain {
21+ languageVersion = JavaLanguageVersion .of(libs.versions.jvm.target.get())
22+ }
23+ }
24+
1925@Suppress(" UnstableApiUsage" )
2026gradlePlugin {
2127 website = projectWebsite
Original file line number Diff line number Diff line change 11[versions ]
22
33# Projct version
4- supabase-functions = " 0.0.1 "
4+ supabase-functions = " 0.0.2 "
55
6- jvm-target = " 1.8 "
6+ jvm-target = " 11 "
77
88detekt = " 1.23.6"
99dokka = " 1.9.20"
You can’t perform that action at this time.
0 commit comments