com.cognifide.environment
Owner: Krystian Panek
Provides seamless Gradle integration with Docker & Swarm.
https://github.com/wttech/gradle-environment-plugin
Sources: https://github.com/Cognifide/gradle-environment-plugin.git
Version 0.1.6
0.1.6
Created 02 March 2020.
Provides seamless Gradle integration with Docker & Swarm.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cognifide.environment") version "0.1.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cognifide.gradle:environment-plugin:0.1.6") } } apply(plugin = "com.cognifide.environment")
- Applying plugins to all subprojects .