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

Add --as-jar option #2028

Merged
merged 5 commits into from
Apr 13, 2023
Merged

Add --as-jar option #2028

merged 5 commits into from
Apr 13, 2023

Commits on Apr 12, 2023

  1. Remove dead code

    alexarchambault committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8678a7f View commit details
    Browse the repository at this point in the history
  2. Remove trailing space

    alexarchambault committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    35f6226 View commit details
    Browse the repository at this point in the history
  3. Temporarily misformat Library.withLibraryJar calls

    So that the next commit diff is easier to read.
    
    The commit here really only changes indentation of some blocks, nothing more.
    alexarchambault committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c945297 View commit details
    Browse the repository at this point in the history
  4. Cache library JARs

    alexarchambault committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9d8ce60 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Add --as-jar option

    Putting the project byte code in the class path as a JAR, in the
    compile / run / test / repl commands
    alexarchambault committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    affa002 View commit details
    Browse the repository at this point in the history