Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed build on Windows. Refactored Gradle scripts. #621

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Disabled DCE
  • Loading branch information
VDovidaytis-HORIS committed Oct 27, 2022
commit 4b886c90e063152b42185426ee2f44f7d4404361
3 changes: 3 additions & 0 deletions js-package/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ kotlin {
target {
browser {
dceTask {
// DCE disabled to prevent 'Exception in thread "main" java.lang.StackOverflowError' error.
dceOptions.devMode = true

keep.addAll(
"lets-plot-js-package.buildPlotFromRawSpecs",
"lets-plot-js-package.buildPlotFromProcessedSpecs",
Expand Down