dockerPreparePlugin
dockerPreparePlugin copied to clipboard
Gradle plugin to generate docker layer-friendly directory for spring boot applications
Hi, I'm using this plugin to create a Dockerfile with correct layers for my springboot project, but I'm facing a strange error in my CI during docker build process and...
In older versions of spring boot, if the jarfile did not exist, then the project might be generating a war. This is no longer the case at least with spring...
Hi, Your plugin looks fantastic, but is it possible to use it without having to add SpringBoot plugin ? Thanks
Don't have access https://plugins.gradle.org/m2/, please publish this plugin to maven center repository. thx!
You can get a fatal error like this: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':policyconsole:expandBootJar'. > WARNING!!! one or more commonService...