Skip to content

Commit

Permalink
Use explicit jar reference instead of GAV to avoid duplicate log warn…
Browse files Browse the repository at this point in the history
…ing\n\nfixes #27374
  • Loading branch information
maxandersen committed Mar 15, 2024
1 parent 5a38253 commit 6c4d829
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 6c4d829

Please sign in to comment.