Results 1 issues of Bhesh Gurung

Hi, I have the following in `build.gradle`: ``` vertx { mainVerticle = 'com.sample.SampleService' } vertxDebug { jvmArgs = ['-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory'] } vertxRun { jvmArgs = ['-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory'] } ``` When I use...