Julien Ponge
io.vertx.vertx-plugin
Owner: Julien Ponge
An opinionated Gradle plugin for Vert.x projects
0.0.5
Created 09 October 2017.
Add this plugin to your build using theplugins DSL:
plugins { id("io.vertx.vertx-plugin") version "0.0.5"}
See also:
See the relevantdocumentation for more information.
Add this plugin as a dependency to<convention-plugins-build>/build.gradle(.kts)
:
dependencies { implementation("io.vertx.vertx-plugin:io.vertx.vertx-plugin.gradle.plugin:0.0.5")}
plugins { id("io.vertx.vertx-plugin")}
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.vertx.vertx-plugin:io.vertx.vertx-plugin.gradle.plugin:0.0.5") }}apply(plugin = "io.vertx.vertx-plugin")