online.colaba.dockerMain
Owner: Dmitry Koltovich
Docker needed tasks for root multi-project
https://github.com/steklopod/gradle-deploy-plugin
Sources: https://github.com/steklopod/gradle-docker-plugin
Version 0.2.0 (latest)
0.2.0
Created 24 November 2019.
Docker needed tasks for root multi-project
Add this plugin to your build using the plugins DSL:
plugins {
id("online.colaba.dockerMain") version "0.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.online.colaba:deploy-plugin:0.2.0") } } apply(plugin = "online.colaba.dockerMain")
- Applying plugins to all subprojects .