Skip to content

Commit 17fb0da

Browse files
committed
Improve introduction in light of Gradle support
1 parent 88491b8 commit 17fb0da

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

quarkus-workshop-super-heroes/docs/src/docs/asciidoc/core-introduction/introduction-installing.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ ifdef::use-ai[]
1919
include::introduction-installing-ai.adoc[leveloffset=+1]
2020
endif::use-ai[]
2121

22+
ifdef::use-gradle[]
23+
include::introduction-installing-quarkus-cli.adoc[leveloffset=+1]
24+
endif::use-gradle[]
25+
2226
ifdef::use-windows[]
2327
include::introduction-installing-wsl.adoc[leveloffset=+1]
2428
endif::use-windows[]
@@ -34,6 +38,9 @@ Before going further, make sure the following commands work on your machine.
3438
[source,shell]
3539
----
3640
java -version
41+
ifdef::use-gradle[]
42+
quarkus --version
43+
endif::use-gradle[]
3744
ifdef::use-native[]
3845
$GRAALVM_HOME/bin/native-image --version
3946
endif::use-native[]

quarkus-workshop-super-heroes/docs/src/docs/asciidoc/core-introduction/introduction.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ endif::use-azure[]
3939

4040
This workshop is a BYOL (_Bring Your Own Laptop_) session, so bring your Windows, OSX, or Linux laptop.
4141
ifdef::use-maven[]
42+
ifndef::use-gradle[]
4243
You just need JDK {jdk-version} on your machine and Docker (having Apache Maven {maven-version} installed is optional as you will rely on the Apache Maven Wrapper).
44+
endif::use-gradle[]
4345
endif::use-maven[]
44-
ifndef::use-maven[]
45-
You just need JDK {jdk-version} on your machine and Docker.
46-
endif::use-maven[]
46+
ifdef::use-gradle[]
47+
You need JDK {jdk-version}, Docker, and the Quarkus CLI on your machine.
48+
endif::use-gradle[]
4749
ifdef::use-mac,use-windows[]
4850
On Mac and Windows, Docker for _x_ is recommended instead of the Docker toolbox setup.
4951
endif::[]

0 commit comments

Comments
 (0)