vertx-gradle-plugin
vertx-gradle-plugin copied to clipboard
Gradle Plugin for starting Vert.x projects
I've a set of gradle modules (each a vert.x module) and on the root I've a settings.gradle with: include a include b But this fails to build since the paths...
While trying to start a vertx module within a cluster I realized that vertx could not find the class for its cluster manager factory which it expects as a system...
I'm trying to setup multiple deployment profiles just as described in the README. Everyting works as long as I use the default profile mod. As soon as I choose a...