com.dashur.jib
Owner: Johnny
Containerize your Java application
https://github.com/johnnywale/parts
Sources: https://github.com/johnnywale
Version 0.9.18 (latest)
0.9.18
Created 26 February 2019.
Containerize your Java application
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dashur.jib") version "0.9.18"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dashur.jib:jib-gradle-plugin:0.9.18") } } apply(plugin = "com.dashur.jib")
- Applying plugins to all subprojects .