com.pawmot.dockerize-spring-boot
Owner: Paweł Motyl
Dockerize Spring Boot Gradle Plugin
https://github.com/pawmot/dockerize-spring-boot
Sources: https://github.com/pawmot/dockerize-spring-boot
Version 0.3.5 (latest)
0.3.5
Created 15 September 2018.
Dockerize Spring Boot Gradle Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.pawmot.dockerize-spring-boot") version "0.3.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.pawmot:dockerize-spring-boot:0.3.5") } } apply(plugin = "com.pawmot.dockerize-spring-boot")
- Applying plugins to all subprojects .