Search Gradle plugins

Version 0.0.2-23-alpha

0.0.2-23-alpha

Created 27 December 2016.

Project resource management in multi environment builds.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.devalexb.octopus.manager") version "0.0.2-23-alpha"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.devalexb.octopus:gradle-octopus-plugin:0.0.2-23-alpha")
      }
    }
    
    apply(plugin = "com.devalexb.octopus.manager")
  • Applying plugins to all subprojects .