Closed maxandersen closed 4 years ago
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)
It appears -gr is not honored and replacements still occur when they shouldn't.
-gr
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)