[K/JS] Fix publishing of the stdlib compiled with the legacy js compiler
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user