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

fix: alias settings not being properly applied #1686

Merged
merged 6 commits into from
Sep 29, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    ceaea66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c69c0db View commit details
    Browse the repository at this point in the history
  3. fix: not all alias settings were properly applied

    This fixes for example the issue where setting the "java" option didn't
    actually do anything.
    quintesse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    204f452 View commit details
    Browse the repository at this point in the history
  4. test: added bunch of tests for ProjectBuilder

    These tests the main ways a project can be built: from a source file,
    from a JAR or from a GAV. In all three cases we also test their options
    being overridden by aliases.
    quintesse committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ff13813 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8038aa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8813727 View commit details
    Browse the repository at this point in the history