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 1.4.0 (latest)

1.4.0

Created 28 February 2023.

An opinionated Gradle plugin for Vert.x projects

Add this plugin to your build using theplugins DSL:

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

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:1.4.0")}
    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:1.4.0")  }}apply(plugin = "io.vertx.vertx-plugin")
  • Applying plugins to all subprojects.

[8]ページ先頭

©2009-2025 Movatter.jp