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 6.x support #517

Merged
merged 2 commits into from
Nov 10, 2019
Merged

Conversation

rpalcolea
Copy link
Contributor

Gradle 6 introduces:

  • warnings around the usage of compile and testCompile configurations as they will be removed in 7.0
  • Gradle Fails on duplicates by default starting on 6.x. Before the default DuplicateStrategy was INHERIT which is to inherit the strategy from the parent copy spec, if any, or DuplicatesStrategy.INCLUDE if the copy spec has no parent.

Also upgraded the build-info-extractor plugin as current version is not Gradle 6.x compatible with the following error:

> org.gradle.api.publish.maven.internal.publication.MavenPublicationInternal.getPublishableFiles()Lorg/gradle/api/file/FileCollection;

@johnrengelman johnrengelman merged commit 4067dd1 into GradleUp:master Nov 10, 2019
@johnrengelman johnrengelman added this to the 5.2.0 milestone Nov 10, 2019
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

Successfully merging this pull request may close these issues.

2 participants