Skip to content

Commit

Permalink
Merge pull request #39474 from maxandersen/fixclijbanggav
Browse files Browse the repository at this point in the history
Use explicit jar reference instead of GAV to avoid duplicate log warning
  • Loading branch information
gsmet authored Mar 15, 2024
2 parents 1605834 + 6c4d829 commit a387b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you want to use a specific version, you can directly target a version:
[source,bash]
----
# Create an alias in order to use a specific version
jbang app install --name qs2.2.5 io.quarkus:quarkus-cli:2.2.5.Final:runner
jbang app install --name qs3.5.0 https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.5.0/quarkus-cli-3.5.0-runner.jar
----
If you have built Quarkus locally, you can use that version:
Expand Down

0 comments on commit a387b7b

Please sign in to comment.