Skip to content

Commit

Permalink
fix Jetty10/11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Jan 9, 2025
1 parent dcf6534 commit 39d8a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:smoke {:pedantic? :abort}}

:aliases {"check" ["with-profile" "+smoke" "check"]
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "common/src:common-jetty1x/src:test:common/test" "--parallel"]
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "common/src:common-jetty1x/src:common/test" "--parallel"]
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]}

:dependencies [[org.clojure/clojure "1.12.0"]
Expand Down
2 changes: 1 addition & 1 deletion slipway-jetty11/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:smoke {:pedantic? :abort}}

:aliases {"check" ["with-profile" "+smoke" "check"]
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "common/src:common-jetty1x/src:test:common/test" "--parallel"]
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "common/src:common-jetty1x/src:common/test" "--parallel"]
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]}

:dependencies [[org.clojure/clojure "1.12.0"]
Expand Down

0 comments on commit 39d8a90

Please sign in to comment.