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

Conversation

quintesse
Copy link
Contributor

No description provided.

This fixes for example the issue where setting the "java" option didn't
actually do anything.
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
Copy link
Contributor Author

@maxandersen ready to be merged. The fix is small , most of this PR is tests.

@maxandersen
Copy link
Collaborator

What is it fixing?

@quintesse
Copy link
Contributor Author

The fact that some alias settings were not being applied. Like the one from your gython script that says Java 21 is required. It failed on my machine because I don't have 21 installed and JBang didn't offer to install it.

@maxandersen maxandersen merged commit 66eef4f into jbangdev:main Sep 29, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants