We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to use gm with jbang build which has a install task so gm build install fails as it tries publish to maven local which is not right.
gm
install
gm build install
reading docs I thought -gr should force it to skip but gm -gr spotlessApply build install still tries doing publish to maven.
gm -gr spotlessApply build install
What am I missing ?
(using latest brew install)
The text was updated successfully, but these errors were encountered:
It appears -gr is not honored and replacements still occur when they shouldn't.
-gr
Sorry, something went wrong.
Make sure goal/tasks replacements can be disabled. Fixes #19
a1172cf
aalmiray
No branches or pull requests
trying to use
gm
with jbang build which has ainstall
task sogm build install
fails as it tries publish to maven local which is not right.reading docs I thought -gr should force it to skip but
gm -gr spotlessApply build install
still tries doing publish to maven.What am I missing ?
(using latest brew install)
The text was updated successfully, but these errors were encountered: