We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df88687 commit 8cefd7cCopy full SHA for 8cefd7c
project.clj
@@ -45,7 +45,7 @@
45
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "src"]
46
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]
47
"fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]}
48
- :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
+ :javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
49
:java-source-paths ["src/java"]
50
:source-paths ["src/clojure"]
51
:deploy-repositories [["releases" {:url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
0 commit comments