kordamp / gm

Gum is a Gradle/Maven/JBang wrapper written in Go
Apache License 2.0
59 stars 2 forks source link

Can't disable default mappings #19

Closed maxandersen closed 4 years ago

maxandersen commented 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.

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)

aalmiray commented 4 years ago

It appears -gr is not honored and replacements still occur when they shouldn't.