io.github.zero88.qwe.gradle.docker
所有者: zero88
此插件将 Docker 功能添加到构建/推送 QWE 应用程序的 Docker 镜像
https://github.com/play-iot/gradle-plugin
来源:https://github.com/zero88/qwe.git
使用 插件 DSL
plugins {
id("io.github.zero88.qwe.gradle.docker") version "1.0.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.zero88.qwe:qwe-gradle-plugin:1.0.0")
}
}
apply(plugin = "io.github.zero88.qwe.gradle.docker")