Skip to content

Commit

Permalink
remove aot from projects
Browse files Browse the repository at this point in the history
  • Loading branch information
burn2delete committed Apr 13, 2019
1 parent 4d0d807 commit dde4659
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion boot/aether/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(.getProperty "version")))

(defproject boot/aether version
:aot :all
:jar-exclusions [#"^clojure/core/"]
:description "Boot aether module–performs maven dependency resolution."
:url "https://github.com/boot-clj/boot"
Expand Down
1 change: 0 additions & 1 deletion boot/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(.getProperty "version")))

(defproject boot/core version
:aot :all
:jar-exclusions [#"^clojure/core/"]
:description "Core boot module–boot scripts run in this pod."
:url "https://github.com/boot-clj/boot"
Expand Down
1 change: 0 additions & 1 deletion boot/pod/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(.getProperty "version")))

(defproject boot/pod version
:aot [#"^(?!boot\.repl-server).*$"]
:jar-exclusions [#"^clojure/core/"]
:description "Boot pod module–this is included with all pods."
:url "https://github.com/boot-clj/boot"
Expand Down
1 change: 0 additions & 1 deletion boot/worker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(.getProperty "version")))

(defproject boot/worker version
:aot :all
:jar-exclusions [#"^clojure/core/"]
:description "Boot worker module–this is the worker pod for built-in tasks."
:url "https://github.com/boot-clj/boot"
Expand Down

0 comments on commit dde4659

Please sign in to comment.