com.google.cloud.tools.jib
Containerize your Java application
https://github.com/GoogleContainerTools/jib/
Sources: https://github.com/google/jib/
Version 3.4.4 (latest)
3.4.4
Created 18 October 2024.
Containerize your Java application
Add this plugin to your build using the plugins DSL:
plugins {
id("com.google.cloud.tools.jib") version "3.4.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.google.cloud.tools:jib-gradle-plugin:3.4.4") } } apply(plugin = "com.google.cloud.tools.jib")
- Applying plugins to all subprojects .