Movatterモバイル変換


[0]ホーム

URL:


Gradle Logo

Search Gradle plugins

Approval confirmation

Approval confirmation

Delete plugin confirmation

To confirm the plugin deletion insert pluginId and author name

Julien Ponge

io.vertx.vertx-plugin

PluginId
Author

io.vertx.vertx-plugin

An opinionated Gradle plugin for Vert.x projects

https://github.com/jponge/vertx-gradle-plugin

Sources:https://github.com/jponge/vertx-gradle-plugin

Version 0.0.5

0.0.5

Created 09 October 2017.

An opinionated Gradle plugin for Vert.x projects

Add this plugin to your build using theplugins DSL:

plugins {  id("io.vertx.vertx-plugin") version "0.0.5"}

See also:

  • Adding the plugin to build logic for usage in precompiled script plugins.

    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")}
    It can then be applied in the precompiled script plugin:
    plugins {  id("io.vertx.vertx-plugin")}
  • The legacy method of plugin application.See the relevantdocumentation for more information.
    buildscript {  repositories {    gradlePluginPortal()  }  dependencies {    classpath("io.vertx.vertx-plugin:io.vertx.vertx-plugin.gradle.plugin:0.0.5")  }}apply(plugin = "io.vertx.vertx-plugin")
  • Applying plugins to all subprojects.

[8]ページ先頭

©2009-2025 Movatter.jp