[K/JS] Fix publishing of the stdlib compiled with the legacy js compiler

This commit is contained in:
Artem Kobzar
2023-02-21 18:10:15 +00:00
committed by Space Team
parent d81170fbcc
commit 775da5d3d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Duser.country=US
# Should be the same as in the main project to avoid spawning second daemon
kotlin.daemon.jvmargs=-Xmx3g
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
cacheRedirectorEnabled=true
+1 -1
View File
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true
kotlin.daemon.jvmargs=-Xmx3g
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
systemProp.file.encoding=UTF-8
systemProp.user.country=US
# Enable new incremental compiation