Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jibs war support doesn't play well with the spring boot gradle plugin #1786

Closed
larsgrefer opened this issue Jun 20, 2019 · 1 comment · Fixed by #1787
Closed

jibs war support doesn't play well with the spring boot gradle plugin #1786

larsgrefer opened this issue Jun 20, 2019 · 1 comment · Fixed by #1787

Comments

@larsgrefer
Copy link
Contributor

When the war and org.springframework.boot plugins are both applied to a gradle project, the latter disables the war task and registers a bootWar task instead.

jib should therefore use the bootWar task in this case.

@TadCordle
Copy link
Contributor

@larsgrefer Thanks for the contribution, v1.4.0 has been released with the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants