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: bundle task type did not handle plain files in configuration #1490

Merged
merged 2 commits into from
Jun 2, 2016
Merged

gradle: bundle task type did not handle plain files in configuration #1490

merged 2 commits into from
Jun 2, 2016

Conversation

bjhargrave
Copy link
Member

@bjhargrave bjhargrave commented Jun 2, 2016

With a configuration set up using files:

dependencies {
    compile files('lib/foo.jar')
}

The jar is not in the resolvedConfiguration. So we now use the getFiles()
method on Configuration and then probe each file to make sure it is a
zip file before adding to the builder class path.

Closes #1484

Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
With a configuration set up using files:

    dependencies {
        compile files('lib/foo.jar')
    }

The jar is not in the resolvedConfiguration. See we now use the getFiles
method on Configuration and then probe each file to make sure it is a
zip file before sending adding to the builder class path.

Closes #1484

Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant