com.pawmot.dockerize-spring-boot
所有者: Paweł Motyl
Dockerize Spring Boot Gradle 插件
https://github.com/pawmot/dockerize-spring-boot
源代码: https://github.com/pawmot/dockerize-spring-boot
使用插件 DSL
plugins {
id("com.pawmot.dockerize-spring-boot") version "0.3.5"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.pawmot:dockerize-spring-boot:0.3.5")
}
}
apply(plugin = "com.pawmot.dockerize-spring-boot")