Skip to content

Commit 033df76

Browse files
committed
build: gradle build fail fixes
1 parent a9020ed commit 033df76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "2.2.10"
33
kotlinx-serialization = "1.9.0"
44
kotlinpoet = "2.2.0"
55

6-
java = "22"
6+
java = "17"
77

88
[plugins]
99
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

kotlin-js-store/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ source-map-loader@5.0.0:
17661766
iconv-lite "^0.6.3"
17671767
source-map-js "^1.0.2"
17681768

1769-
source-map-support@~0.5.20:
1769+
source-map-support@0.5.21, source-map-support@~0.5.20:
17701770
version "0.5.21"
17711771
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
17721772
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==

0 commit comments

Comments
 (0)