fix uberjar
This commit is contained in:
parent
9ad3988802
commit
b30265fba6
@ -6,4 +6,5 @@
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||
[clj-http "3.12.3"]
|
||||
[org.clojure/data.json "2.4.0"]]
|
||||
:main ^:skip-aot lemmold.core)
|
||||
:main ^:skip-aot lemmold.core
|
||||
:profiles {:uberjar {:aot :all}})
|
||||
|
@ -1,4 +1,5 @@
|
||||
(ns lemmold.core
|
||||
(:gen-class)
|
||||
(:require [clj-http.client :as client])
|
||||
(:require [clojure.data.json :as json]))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user