Skip to content

Commit

Permalink
Add javac function (like leiningen has)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarref committed Apr 18, 2024
1 parent 2be969d commit a09d373
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/build_edn/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
(merge m)
(core/java-compile)))

(defn javac
"Compile Java sources"
[m]
(java-compile m))

(defn uberjar
"Generate standalone JAR file"
[m]
Expand Down

0 comments on commit a09d373

Please sign in to comment.