gradle-docker
gradle-docker copied to clipboard
Conflict with war plugin
What happened?
When i add a com.palantir.docker in my war project gradle doesn't generate the build/libs/*.war file.
What did you want to happen?
For springboot projects works fine but if i have a web java project it doesn't work. if i remove the com.palantir.docker plugin the war is generated successfully.
This is my plugin block project.
plugins { id 'java' id 'jacoco' id 'war' id 'com.palantir.docker' version '0.25.0' id 'com.palantir.docker-run' version '0.25.0'
The same thing happens for me w/ java-library.