io.github.zero88.qwe.gradle.docker
Owner: zero88
This plugin adds Docker capabilities to build/push Docker image for QWE application
https://github.com/play-iot/gradle-plugin
Sources: https://github.com/zero88/qwe.git
Version 0.6.1-SNAPSHOT
0.6.1-SNAPSHOT
Created 19 February 2021.
This plugin adds Docker capabilities to build/push Docker image for QWE application
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.zero88.qwe.gradle.docker") version "0.6.1-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.zero88.qwe:plugin:0.6.1-SNAPSHOT") } } apply(plugin = "io.github.zero88.qwe.gradle.docker")
- Applying plugins to all subprojects .