com.devalexb.octopus.manager
Owner: Alex Bogatikov
Project resource management in multi environment builds.
https://github.com/developer-octopus/gradle-octopus-plugin/
Sources: https://github.com/developer-octopus/gradle-octopus-plugin/
Version 0.0.1
0.0.1
Created 29 November 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.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.devalexb.octopus:gradle-octopus-plugin:0.0.1") } } apply(plugin = "com.devalexb.octopus.manager")
- Applying plugins to all subprojects .