Skip to content

Commit

Permalink
[nop] Re-enable :depr profile in project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 18, 2023
1 parent f71a103 commit 6fcc456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

:profiles
{;; :default [:base :system :user :provided :dev]
:dev [:c1.11 :test :server-jvm #_:depr :community #_:deploy] ; TODO :depr
:dev [:c1.11 :test :server-jvm :depr :community #_:deploy]
:depr {:jvm-opts ["-Dtaoensso.elide-deprecated=true"]}
:server-jvm {:jvm-opts ^:replace ["-server"]}

Expand Down

0 comments on commit 6fcc456

Please sign in to comment.