Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Confidence
com.github.ben-manes.versions 0.51.0 -> 0.53.0 age confidence
com.github.ben-manes:gradle-versions-plugin 0.51.0 -> 0.53.0 age confidence

Release Notes

ben-manes/gradle-versions-plugin (com.github.ben-manes:gradle-versions-plugin)

v0.53.0

  • Fails the task in Gradle 9+ if run without disabling parallel project execution
  • Fixes to the html report rendering (#​933, #​946)

[!NOTE]

In Gradle 9.0 and above, the dependencyUpdates task should be run with the --no-parallel flag

v0.52.0

[!NOTE]
Kotlin 1.x is no longer supported

This plugin now uses Kotlin 2.x for compatibility. Unfortunately Kotlin lacks the ability to target older versions for binary compatibility (as in Java's --release option) and Gradle does not fully isolate plugins from conflicting dependencies. Therefore, this plugin is incompatible for projects using the Kotlin 1.x gradle plugin due to hidden compiler injected byte code. Please use the previous release for Kotlin 1.x projects (#​929).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@DavidGregory084
Copy link
Member

I believe this requires a Gradle version bump to 8.something - it looks like maybe also Kotlin 2.x is involved based on what looks like a bincompat error.

@renovate renovate bot force-pushed the renovate/gradleversions branch from 0b222e4 to 8b22f3a Compare May 6, 2025 21:57
@DavidGregory084
Copy link
Member

Now failing with this utterly incomprehensible nonsense:

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
COMPILE_INCREMENTAL_WITH_ARTIFACT_TRANSFORM

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org./
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@4e4fb85 of type BuildFlowService.Parameters
   > Build completed with 1 failures.
      > COMPILE_INCREMENTAL_WITH_ARTIFACT_TRANSFORM

@renovate renovate bot force-pushed the renovate/gradleversions branch from 8b22f3a to a58ed7a Compare August 10, 2025 15:47
@renovate renovate bot changed the title Update gradleVersions to v0.52.0 Update gradleVersions to v0.53.0 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/gradleversions branch from a58ed7a to 6f1e25f Compare September 24, 2025 12:00
@renovate renovate bot force-pushed the renovate/gradleversions branch from 6f1e25f to c7233a3 Compare October 9, 2025 11:44
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.

1 participant