diff --git a/bettercode/project.clj b/bettercode/project.clj index db602a7..6d1af40 100644 --- a/bettercode/project.clj +++ b/bettercode/project.clj @@ -15,4 +15,5 @@ :main ^:skip-aot bettercode.core :target-path "target/%s" :profiles {:uberjar {:aot :all + :injections [(javafx.application.Platform/exit)] :jvm-opts ["-Dclojure.compiler.direct-linking=true"]}})