Skip to content

abner/vertx-gradle-recipes

Repository files navigation

vertx-gradle-recipes

Useful Gradle Recipes to be used with Vertx Applications

Usage:

// load the repositories definitions file
apply from: 'https://github.com/abner/vertx-gradle-recipes/raw/master/repositories.gradle'

// here you can choose another vertx version to use
ext.vertxVersion = '3.7.1'

// verticle which will be started within your application
ext.mainVerticleName = 'io.abner.vertxapp.MainVerticle'

// load vertx dependencies and tasks
apply from: 'https://github.com/abner/vertx-gradle-recipes/raw/master/vertx.gradle'

AVAILABLE RECIPES:

./gradlew itTest

NOTES

We could not upgrade to gradle 4.7 or superior because of these issues: eclipse-vertx/vertx-codegen#181, https://github.com/vorburger/minecraft-storeys-maker/issues/53 e tbroyer/gradle-errorprone-plugin-v0.0.x#70

No Service Proxy is generated

Vertx 3.7

  • Router.errorHandler() for managing routing related errors - instead of ValidationFailureHandler and NotImplementedHandler

About

Useful Gradle Recipes to be used with Vertx Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages