January 2025
Intermediate to advanced
416 pages
12h 2m
English
We decided to choose both Java and Maven as the most utilized JVM programming language and build tool, respectively. However, Quarkus has a large user base that prefers Kotlin and Gradle. In this appendix, we detail how you can set up and use them both with your Quarkus applications.
Gradle is utilized in a very similar way to the Quarkus Maven plugin. All operations are just mapped to Gradle tasks.
We can create a Quarkus application project based on Gradle in three ways: the quarkus CLI, the Quarkus Maven plugin, and the graphical starter interface (https://code.quarkus.io).
Read now
Unlock full access