Skip to content

Commit

Permalink
opts
Browse files Browse the repository at this point in the history
  • Loading branch information
baskeboler committed Mar 31, 2023
1 parent 5418c5f commit 9e6da1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Expand Up @@ -2,7 +2,7 @@
:description "Rip karaoke lyrics from karaoke midi files"
:url "http://github.com/baskeboler/clj-karaoke-lyrics.git"
:scm {:name "git"
:url "http://github.com/baskeboler/clj-karaoke-lyrics.git"}
:url "http://github.com/baskeboler/clj-karaoke-lyrics.git"}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
Expand All @@ -28,4 +28,5 @@
:password :env/CLOJARS_TOKEN}
"github" {:url "https://maven.pkg.github.com/baskeboler/cljs-karaoke-lyrics"
:sign-releases false}}
:deploy-repositories [["releases" :clojars] ["snapshots" :clojars]])
:deploy-repositories [["releases" :clojars] ["snapshots" :clojars]]
:javac-options ["-target" "8" "-verbose"])

0 comments on commit 9e6da1a

Please sign in to comment.