Update dependency gradle to v4.10.3 #54

Merged
konrad merged 1 commits from renovate/gradle-4.x into master 2020-12-26 17:54:01 +00:00
Member

This PR contains the following updates:

Package Update Change
gradle (source) minor 4.4 -> 4.10.3

Release Notes

gradle/gradle

v4.10.3

This bug-fix release contains 3 changes to Gradle 4.10.2:

It also incorporates all fixes to 4.10.1 and 4.10.2.

We recommend that you use Gradle 4.10.3 over 4.10, 4.10.1 and 4.10.2.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.10.3

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

Reporting Problems

If you find a problem with Gradle 4.10.3, 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.

v4.10.2

This bug-fix release contains 3 changes to Gradle 4.10.1:

  • Dependent module Scala compilation in test context fails for 4.10.1 #​6735
  • Gradle fails to resolve project dependencies against Scala projects #​6750
  • Candidate set provided to AttributeDisambiguationRule contains null entry #​6747

We recommend that you use Gradle 4.10.2 over 4.10.1 or 4.10.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.10.2

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

Reporting Problems

If you find a problem with Gradle 4.10.2, 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.

v4.10.1

This bug-fix release addresses 6 regressions in Gradle 4.10:

  • #​6656: FileTreeElement.getPath() returns absolute system dependent filepath.
  • #​6592: Up-to-date checks for missing files can be incorrect
  • #​6612: Gradle fails when no incremental compile snapshot data available.
  • #​6582: Gradle 4.10 incorrect ordering between dependencies of dependent tasks.
  • #​6558: tasks.withType(ScalaCompile::class.java).configureEach fails on multi-project builds.
  • #​6653: Double deprecation message when using publishing plugin.

In addition, the Gradle Kotlin DSL has been updated to 1.0 RC6, see the release notes for the list of included fixes.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.10.1

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

Reporting Problems

If you find a problem with Gradle 4.10.1, 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.

v4.8.1

This bug-fix release addresses 6 regressions in Gradle 4.8:

  • #​5740: Maven Central dropped support for older TLS implementations. This makes the dependency resolution fail if the Gradle build runs on JDK 7.
  • #​5701: Gradle 4.8 broke compatibility with the artifactory and bintray publishing plugins.
  • #​5708: Gradle 4.8 sometimes fails with ConcurrentModificationException when project.tasks.withType() is used.
  • #​5729: The dependency resolution engine sometimes fails with "Unexpected parent dependency" message, which became more apparent in Gradle 4.8.
  • #​5722: Gradle 4.8 broke the ability of the SourceSet to override the compile tasks' destination directory.
  • #​5692: Gradle 4.8 doesn't consider versions equal when using dependencySubstitution and failOnVersionConflict.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.8.1

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

Reporting Problems

If you find a problem with Gradle 4.8.1, 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.

v4.5.1

This bug-fix release addresses 3 regressions in Gradle 4.5.

Changes in dependency management caused a regression in 4.5 where in some rare cases a dependency could be imported into a different scope than the one declared.

Starting in 4.5, the build cache configuration is shared between builds part of a composite build. NullPointerException could be observed if the parent build finished before the different composites. This lifecycle issue has now been resolved.

A regression in Eclipse project generation caused a sub-project to be added as a dependency to itself, resulting in an error when opening the project in Eclipse.

For the full list of fixed issues, see the 4.5.1 GitHub milestone.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.5.1

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

Reporting Problems

If you find a problem with Gradle 4.5.1, 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.

v4.4.1

This bug-fix release addresses 3 regressions in Gradle 4.4.

We started shipping JGit 4.5.3.2017081-r in Gradle 4.4. Some of the non-shaded JGit resources leaked into the gradleApi() dependency and caused problems in some builds. We now shade all of JGit's resources.

Some builds using Kotlin DSL had problems applying the build-scan plugin in Gradle 4.4. We've updated to kotlin-dsl 0.13.2.

Gradle 4.4 contained changes to internal APIs that broke the popular Nebula dependency lock plugin. This release restores binary compatibility for that plugin. Internal APIs are subject to change, although we try to be mindful of the impact of every change in each Gradle release. If particular internal APIs are useful, please open an issue describing your use case, so we can judge where our public APIs are lacking.

For the full list of fixed issues, see the 4.4.1 GitHub milestone.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=4.4.1

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

Reporting Problems

If you find a problem with Gradle 4.4.1, 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | minor | `4.4` -> `4.10.3` | --- ### Release Notes <details> <summary>gradle/gradle</summary> ### [`v4.10.3`](https://github.com/gradle/gradle/releases/v4.10.3) This bug-fix release contains **3** changes to Gradle 4.10.2: - [#&#8203;7510](https://github.com/gradle/gradle/pull/7510) - [#&#8203;6849](https://github.com/gradle/gradle/issues/6849) - [#&#8203;7014](https://github.com/gradle/gradle/issues/7014) It also incorporates all fixes to 4.10.1 and 4.10.2. We recommend that you use Gradle 4.10.3 over 4.10, 4.10.1 and 4.10.2. #### Upgrade Instructions Switch your build to use Gradle 4.10.3 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.10.3` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.10.3, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v4.10.2`](https://github.com/gradle/gradle/releases/v4.10.2) This bug-fix release contains **3** changes to Gradle 4.10.1: - Dependent module Scala compilation in test context fails for 4.10.1 [#&#8203;6735](https://github.com/gradle/gradle/issues/6735) - Gradle fails to resolve project dependencies against Scala projects [#&#8203;6750](https://github.com/gradle/gradle/issues/6750) - Candidate set provided to `AttributeDisambiguationRule` contains null entry [#&#8203;6747](https://github.com/gradle/gradle/issues/6747) We recommend that you use Gradle 4.10.2 over 4.10.1 or 4.10. #### Upgrade Instructions Switch your build to use Gradle 4.10.2 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.10.2` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.10.2, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v4.10.1`](https://github.com/gradle/gradle/releases/v4.10.1) This bug-fix release addresses **6** regressions in Gradle 4.10: - [#&#8203;6656](https://github.com/gradle/gradle/issues/6656): FileTreeElement.getPath() returns absolute system dependent filepath. - [#&#8203;6592](https://github.com/gradle/gradle/issues/6592): Up-to-date checks for missing files can be incorrect - [#&#8203;6612](https://github.com/gradle/gradle/issues/6612): Gradle fails when no incremental compile snapshot data available. - [#&#8203;6582](https://github.com/gradle/gradle/issues/6582): Gradle 4.10 incorrect ordering between dependencies of dependent tasks. - [#&#8203;6558](https://github.com/gradle/gradle/issues/6558): `tasks.withType(ScalaCompile::class.java).configureEach` fails on multi-project builds. - [#&#8203;6653](https://github.com/gradle/gradle/issues/6653): Double deprecation message when using publishing plugin. In addition, the Gradle Kotlin DSL has been updated to 1.0 RC6, see the [release notes](https://github.com/gradle/kotlin-dsl/releases/tag/v1.0-RC6) for the list of included fixes. #### Upgrade Instructions Switch your build to use Gradle 4.10.1 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.10.1` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.10.1, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v4.8.1`](https://github.com/gradle/gradle/releases/v4.8.1) This bug-fix release addresses **6** regressions in Gradle 4.8: - [#&#8203;5740](https://github.com/gradle/gradle/issues/5740): Maven Central dropped support for older TLS implementations. This makes the dependency resolution fail if the Gradle build runs on JDK 7. - [#&#8203;5701](https://github.com/gradle/gradle/pull/5701): Gradle 4.8 broke compatibility with the `artifactory` and `bintray` publishing plugins. - [#&#8203;5708](https://github.com/gradle/gradle/issues/5708): Gradle 4.8 sometimes fails with `ConcurrentModificationException` when `project.tasks.withType()` is used. - [#&#8203;5729](https://github.com/gradle/gradle/pull/5729): The dependency resolution engine sometimes fails with "Unexpected parent dependency" message, which became more apparent in Gradle 4.8. - [#&#8203;5722](https://github.com/gradle/gradle/issues/5722): Gradle 4.8 broke the ability of the `SourceSet` to override the compile tasks' destination directory. - [#&#8203;5692](https://github.com/gradle/gradle/issues/5692): Gradle 4.8 doesn't consider versions equal when using `dependencySubstitution` and `failOnVersionConflict`. #### Upgrade Instructions Switch your build to use Gradle 4.8.1 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.8.1` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.8.1, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v4.5.1`](https://github.com/gradle/gradle/releases/v4.5.1) This bug-fix release addresses **3** regressions in Gradle 4.5. Changes in dependency management caused a regression in 4.5 where in some rare cases a dependency could be [imported into a different scope](https://github.com/gradle/gradle/issues/4202) than the one declared. Starting in 4.5, the build cache configuration is shared between builds part of a composite build. [`NullPointerException` could be observed](https://github.com/gradle/gradle/issues/4216) if the parent build finished before the different composites. This lifecycle issue has now been resolved. A regression in Eclipse project generation caused a sub-project to be added as a dependency to itself, resulting in an [error when opening the project](https://github.com/gradle/gradle/issues/4172) in Eclipse. For the full list of fixed issues, see the [4.5.1 GitHub milestone](https://github.com/gradle/gradle/milestone/63?closed=1). #### Upgrade Instructions Switch your build to use Gradle 4.5.1 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.5.1` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.5.1, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v4.4.1`](https://github.com/gradle/gradle/releases/v4.4.1) This bug-fix release addresses **3** regressions in Gradle 4.4. We started shipping JGit 4.5.3.[`2017081`](https://github.com/gradle/gradle/commit/201708160445)-r in Gradle 4.4. Some of the non-shaded JGit resources leaked into the `gradleApi()` dependency and [caused problems](https://github.com/gradle/gradle/issues/3780) in some builds. We now shade all of JGit's resources. Some builds using [Kotlin DSL](https://github.com/gradle/kotlin-dsl) had problems [applying the build-scan plugin](https://github.com/gradle/gradle/issues/3759) in Gradle 4.4. We've updated to [kotlin-dsl 0.13.2](https://github.com/gradle/kotlin-dsl/releases/tag/v0.13.2). Gradle 4.4 contained changes to _internal APIs_ that broke the popular [Nebula dependency lock plugin](https://github.com/gradle/gradle/issues/3798). This release restores binary compatibility for that plugin. Internal APIs are subject to change, although we try to be mindful of the impact of every change in each Gradle release. If particular internal APIs are useful, please [open an issue](https://github.com/gradle/gradle/issues) describing your use case, so we can judge where our public APIs are lacking. For the full list of fixed issues, see the [4.4.1 GitHub milestone](https://github.com/gradle/gradle/milestone/56?closed=1). #### Upgrade Instructions Switch your build to use Gradle 4.4.1 by updating your wrapper properties: `./gradlew wrapper --gradle-version=4.4.1` Standalone downloads are available at <https://gradle.org/install>. #### Reporting Problems If you find a problem with Gradle 4.4.1, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2020-12-24 16:00:37 +00:00
continuous-integration/drone/pr Build is passing Details
3e10846779
Update dependency gradle to v4.10.3
konrad merged commit 3adfe3c860 into master 2020-12-26 17:54:01 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.