Skip to content

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

@matthew-long

Description

@matthew-long

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions