Search Gradle plugins

Version 1.0.16 (latest)

1.0.16

Created 23 August 2024.

Provision and make it easy to use the manifest tool cli

Add this plugin to your build using the plugins DSL:

plugins {
  id("co.elastic.cli.manifest-tool") version "1.0.16"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("co.elastic.gradle:manifest-tool:1.0.16")
      }
    }
    
    apply(plugin = "co.elastic.cli.manifest-tool")
  • Applying plugins to all subprojects .