This project shows how you can use Gradle to package your verticles. Each project is very similar to the gradle-simplest project but instead of embedding Vert.x it shows an example of writing the code as a verticle.
It covers:
-
Java: gradle-verticle
-
JavaScript: gradle-verticle-js
-
Groovy: gradle-verticle-groovy
-
Groovy compiled: gradle-verticle-groovy-compiled (The Groovy files are compiled)
-
Ruby: gradle-verticle-ruby
You can build all projects using:
./gradlew clean shadowJar