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

chore(deps): update dependency gradle to v6 #5

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2020

This PR contains the following updates:

Package Type Update Change
gradle (source) gradle-wrapper major 5.6.4 -> 6.3.0

Release Notes

gradle/gradle

v6.3.0

Compare Source

The Gradle team is excited to announce Gradle 6.3.

Read the full release notes

We would like to thank the following community contributors to this release of Gradle:

Kyle Cackett,
Roberto Perez Alcolea,
Daniel Thomas,
jeffalder,
Johnny Lim,
Bow Archer,
and Sam De Block.

Upgrade Instructions

Switch your build to use Gradle 6.3 by updating your wrapper:

./gradlew wrapper --gradle-version=6.3

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.2.2

Compare Source

This is a patch release for Gradle 6.2.

This fixes a critical bug in Gradle 6.2:

  • Multi-project build use the properties of the rootProject for all included builds. #​12381

All issues fixed

We recommend that you use Gradle 6.2.2 over the initial release of Gradle 6.2.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.2.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.2.1

Compare Source

This is a patch release for Gradle 6.2.

This fixes several critical bugs in Gradle 6.2:

  • Project name disambiguation causes project / external dependency conflicts to be missed. #​12315
  • IdeaModelBuilder does not provide groovy-all as compile dep for buildSrc #​12274
  • Gradle crashes if GRADLE_RO_DEP_CACHE is set and it cannot create modules-2 directory within it #​12293

All issues fixed

We recommend that you use Gradle 6.2.1 over the initial release of Gradle 6.2.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.2.0

Compare Source

The Gradle team is excited to announce Gradle 6.2.

Read the full release notes

We would like to thank the following community contributors to this release of Gradle:

Stefan Neuhaus,
EthanLozano,
Pavlos-Petros Tournaris,
Márton Braun,
Thomas Iguchi,
Vladimir Sitnikov,
Peter Stöckli,
Sebastian Schuberth,
Frieder Bluemle,
ColtonIdle,
and Roberto Perez Alcolea.

Upgrade Instructions

Switch your build to use Gradle 6.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.1.1

Compare Source

This is a patch release for Gradle 6.1.

This fixes several critical bugs in Gradle 6.1:

  • Plugins using kotlin-dsl and compiled with 6.1 are incompatible with Gradle 6.0 #​11947
  • Missing fixed issues from Gradle 6.1 release notes #​11954
  • Memory regression when resolving large artifacts while computing checksums #​11966
  • Gradle 6.1 generates an empty .gradle and gradle directories on each execution in subproject directories #​11971

All issues fixed

We recommend that you use Gradle 6.1.1 over the initial release of Gradle 6.1.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.1.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.1.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.1.x.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.1.0

Compare Source

The Gradle team is excited to announce Gradle 6.1.

Read the full release notes

We would like to thank the following community contributors to this release of Gradle:
Mark Nordhoff,
Kazuki Matsuda,
Andrew Malyhin,
Emmanuel Guérin,
Nicholas Gates,
Bjørn Mølgård Vester,
Johnny Lim,
Benjamin Muskalla,
Ian Kerins,
Vladimir Sitnikov,
Michael Ernst,
Nelson Osacky,
Dmitriy Konopelkin,
and Steven Crockett.

Upgrade Instructions

Switch your build to use Gradle 6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.0.1

Compare Source

This is a patch release for Gradle 6.0.

This fixes several critical bugs in Gradle 6.0:

  • Incremental Java compilation is broken with Android 3.5.1 and Gradle 6.0 #​11330
  • Unable to use a Provider as an artifact for the maven-publish plugin #​11054
  • Implicit capabilities not always applied/detected #​11300
  • maven-metadata.xml SHA256 and SHA512 checksums prevent publishing to Nexus #​11308
  • Unable to properly resolve dynamic dependencies from mavenLocal() repo #​11321
  • Kotlin DSL: fileTree(mapOf(...)) has unexpected behavior #​11335
  • Attribute disambiguation rule for 'org.gradle.category' can cause unexpected type exception #​11365

All issues fixed

We recommend that you use Gradle 6.0.1 over the initial release of Gradle 6.0.

Upgrade Instructions

Switch your build to use Gradle 6.0.1 by updating your wrapper properties:

./gradlew wrapper --gradle-version=6.0.1

Standalone downloads are available at https://gradle.org/install.

Reporting Problems

If you find a problem with Gradle, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

v6.0.0

Compare Source

The Gradle team is excited to announce a new major release, Gradle 6.0.

Read the full release notes

We would like to thank the following community contributors to this release of Gradle:
Nathan Strong,
Roberto Perez Alcolea,
Daniel Santiago,
Tetsuya Ikenaga,
Sebastian Schuberth,
Andrey Mischenko,
Shintaro Katafuchi,
Alex Saveau,
Mike Kobit,
Tom Eyckmans,
Artur Dryomov,
szhem,
Nigel Banks,
Sergey Shatunov,
Dan Sănduleac,
Vladimir Sitnikov,
Ross Goldberg,
jutoft,
Robin Verduijn,
Pedro Tôrres,
Michael Berry,
Evgeny Mandrikov,
lingocoder,
Robert Stupp,
and Predrag Knežević.

Upgrade Instructions

Switch your build to use Gradle 6.0 by updating your wrapper:

./gradlew wrapper --gradle-version=6.0

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.0.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@tonysoman0203 tonysoman0203 merged commit 16c2c57 into master Mar 25, 2020
@tonysoman0203 tonysoman0203 deleted the renovate/gradle-6.x branch March 25, 2020 03:53
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