Skip to content

Gradle 6.x support#517

Merged
johnrengelman merged 2 commits intoGradleUp:masterfrom
rpalcolea:gradle-6-support
Nov 10, 2019
Merged

Gradle 6.x support#517
johnrengelman merged 2 commits intoGradleUp:masterfrom
rpalcolea:gradle-6-support

Conversation

@rpalcolea
Copy link
Copy Markdown
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