io.github.godfather1103.docker-plugin
所有者: Jack Chu
构建或推送 Docker 镜像。
https://github.com/godfather1103
源:https://github.com/godfather1103/docker-gradle-plugin
使用 插件的 DSL
plugins {
id("io.github.godfather1103.docker-plugin") version "2.5"
}
使用 遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.godfather1103:docker-plugin:2.5")
}
}
apply(plugin = "io.github.godfather1103.docker-plugin")