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

Gradle shadow plugin breaks thin jar plugin #37

Closed
dsyer opened this issue Sep 5, 2017 · 0 comments
Closed

Gradle shadow plugin breaks thin jar plugin #37

dsyer opened this issue Sep 5, 2017 · 0 comments
Labels
Milestone

Comments

@dsyer
Copy link
Collaborator

dsyer commented Sep 5, 2017

I don't know if this is a bug in the thin plugin, but it probably is. It's probably not a common use case, but if you wanted to build a shaded jar in addition to a thin one (e.g. to deploy to AWS Lambda) it would be useful to be able to use the shadow plugin. Currently as soon as you apply both plugins in one project Gradle barfs before it even runs any build code:

> Failed to apply plugin [id 'org.springframework.boot.experimental.thin-launcher']
   > Cannot add task ':thinProperties' as a task with that name already exists.
@dsyer dsyer added the bug label Sep 5, 2017
@dsyer dsyer closed this as completed in ed57532 Sep 5, 2017
@dsyer dsyer modified the milestone: 1.0.7 Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant