Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate: leiningen -> tools.deps, build.edn, kaocha #20

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. migrate: leiningen -> tools.deps, build.edn, kaocha

    - Drop Clojure 1.8 support: kaocha only supported 1.9+
    - Remove `antq` clojure alias: use global installed antq
    - Remove `cloverage` make target: kaocha is configured
      to analyze code coverage by default
    - Use build.clj file instead of project.clj file for testing
    conao3 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    238a4fa View commit details
    Browse the repository at this point in the history
  2. fix: update copyright year

    conao3 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    661d04b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e290691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56dd068 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1e5e1d View commit details
    Browse the repository at this point in the history
  6. fix: use deps.edn for cache key

    Co-authored-by: Iizuka Masashi <[email protected]>
    conao3 and liquidz authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    008f131 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e679c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82597bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08a7e2d View commit details
    Browse the repository at this point in the history
  10. chore: cljstyle

    conao3 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f0a6037 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1806f4b View commit details
    Browse the repository at this point in the history
  12. chore: specify clojure cli version

    without this, I got `Error: You must specify at least one clojure tool.`
    conao3 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e188ee5 View commit details
    Browse the repository at this point in the history