From 240437327faae3d3518bf27c8f23b80b8ecd3f21 Mon Sep 17 00:00:00 2001 From: StephenBDT Date: Tue, 19 Sep 2017 08:37:52 +0100 Subject: Using leinigen lux plugin again and increased stacksize. I always got stackoverflows when trying to run the tests --- stdlib/project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib/project.clj') diff --git a/stdlib/project.clj b/stdlib/project.clj index ec02df7bd..4d01ffed4 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/LuxLang/stdlib" :license {:name "MIT License" :url "https://opensource.org/licenses/MIT"} - ;; :plugins [[com.github.luxlang/lein-luxc "0.6.0-SNAPSHOT"]] + :plugins [[com.github.luxlang/lein-luxc "0.6.0-SNAPSHOT"]] :deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/" :creds :gpg}] ["snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots/" @@ -16,6 +16,7 @@ :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} + :jvm-opts ["-Xss4m"] :dependencies [] :source-paths ["source"] -- cgit v1.2.3