File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ snapcrafts:
5353 description : |
5454 Gum is a Gradle/Maven/jbang wrapper written in Go, inspired in https://github.com/dougborg/gdub and https://github.com/srs/gw.
5555 Gum automatically detects if the project is Gradle, Maven, or jbang based and runs the appropriate command. However in the case
56- that Gum guesses wrong you can force a specific build tool to be used.
56+ that Gum guesses wrong you can force a specific build tool to be used. Similarly as gdub, Gum lets you invoke either Gradle or
57+ Maven from anywhere within the project structure, not just the root directory.
5758
5859 **Usage**
5960
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ Gum can be used to run Maven and Gradle builds like so:
6868$ gm build
6969----
7070
71- Which results in the invocation of either *mvnw* or *mvn* with the *verify* goal.
71+ Which results in the invocation of either *mvnw* or *mvn* with the *verify* goal as *build* gets replaced by *verify* .
7272
7373.Gradle
7474[source]
7575----
7676$ gm verify
7777----
7878
79- Which results in the invocation of either *gradlew* or *gradle* with the *build* goal.
79+ Which results in the invocation of either *gradlew* or *gradle* with the *build* goal as *verify* gets replaced with *build* .
8080
8181.jbang
8282
@@ -135,6 +135,8 @@ Use the kordamp/homebrew-tap
135135$ brew install kordamp/tap/gum
136136----
137137
138+ Or use the `upgrade` or `reinstall` commands if you had a previous installation of Gum in your system.
139+
138140=== Snapcraft
139141
140142[source]
You can’t perform that action at this time.
0 commit comments