scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

Work around #91, Clay/Portal preventing CLI exit #92

Closed holyjak closed 3 months ago

holyjak commented 3 months ago

Issue: When we require Clay, it starts a Portal server process - which keeps running and prevents the JVM from exiting.

Fix: Only require Clay for build-site, and stop portal manually

See https://github.com/scicloj/clay/issues/98