gradle-docker icon indicating copy to clipboard operation
gradle-docker copied to clipboard

Conflict with war plugin

Open rikardocarvajal opened this issue 5 years ago • 1 comments

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'

rikardocarvajal avatar Oct 16 '20 21:10 rikardocarvajal

The same thing happens for me w/ java-library.

maguro avatar Jun 08 '21 18:06 maguro