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

Capsule task produces infinite sized jar when classifier is null #34

Open
matthew-long opened this issue Apr 7, 2017 · 0 comments
Open

Comments

@matthew-long
Copy link

I have the following task defined:

task fatCapsule(type: FatCapsule) {
    applicationClass 'com.test.MyClass'
    reallyExecutable
    classifier null
}

My expectation was that the regular jar file produced by assemble would be replaced with the fat capsule.
Instead the task processes indefinitely without any output. The jar produced grows in size infinitely until the build is stopped.

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

No branches or pull requests

1 participant