Skip to content

Commit

Permalink
removed line as it was causing all of CMR to not load
Browse files Browse the repository at this point in the history
  • Loading branch information
jceaser committed Jan 2, 2025
1 parent af037fb commit 1bfc516
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spatial-lib/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
[org.clojure/math.combinatorics "0.1.4"]
[pjstadig/assertions "0.2.0"]
[primitive-math "0.1.4"]]
:main cmr.spatial.runner
;; If making a standalone jar for this project, then commement the following line so that
;; a main function will run from the jar. Doing this in the full context of CMR uberjar
;; will not work as then it is not defined which function is the primary entry point
;; :main cmr.spatial.runner
:plugins [[lein-shell "0.5.0"]]
:global-vars {*warn-on-reflection* true}
;; The ^replace is done to disable the tiered compilation for accurate benchmarks
Expand Down Expand Up @@ -38,6 +41,8 @@
; "-Dcom.sun.management.jmxremote.port=1098"]
:source-paths ["src" "dev" "test"]}
:static {}
:uberjar {:main cmr.spatial.runner
:aot :all}
;; This profile is used for linting and static analysis. To run for this
;; project, use `lein lint` from inside the project directory. To run for
;; all projects at the same time, use the same command but from the top-
Expand Down

0 comments on commit 1bfc516

Please sign in to comment.