Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Update Change
gradle (source) major 8.14.3 -> 9.0.0

Release Notes

gradle/gradle (gradle)

v9.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gradle-9.x branch 4 times, most recently from bf6988f to ed39393 Compare August 17, 2025 05:51
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from ed39393 to 62f2fb8 Compare August 19, 2025 16:15
@geoff-powell geoff-powell force-pushed the renovate/gradle-9.x branch 6 times, most recently from 91645bc to d2e464a Compare August 20, 2025 18:44
@geoff-powell geoff-powell requested a review from jrodbx August 20, 2025 19:05
@@ -48,6 +48,9 @@ private void includeTestProjectsIntoIDE() {
"multiplatform-plugin-without-android", // intentionally does not import
]

include(":test-projects")
project(":test-projects").projectDir = new File(rootDir, "paparazzi-gradle-plugin/src/test/projects")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lazyweb: got link/error message to explain why this is needed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configuring project ':test-projects' without an existing directory is not allowed. The configured projectDirectory '/Users/gpowell/Development/paparazzi/test-projects' does not exist, can't be written to or is not a directory.

* Try:
> Make sure the project directory exists and is writable.

* Exception is:
org.gradle.api.GradleException: Configuring project ':test-projects' without an existing directory is not allowed. The configured projectDirectory '/Users/gpowell/Development/paparazzi/test-projects' does not exist, can't be written to or is not a directory.
	at org.gradle.initialization.DefaultSettingsLoader.failOnMissingProjectDirectory(DefaultSettingsLoader.java:191)
	at org.gradle.initialization.DefaultSettingsLoader.lambda$validate$0(DefaultSettingsLoader.java:183)
	at org.gradle.initialization.DefaultSettingsLoader.validate(DefaultSettingsLoader.java:176)
	at org.gradle.initialization.DefaultSettingsLoader.findSettingsAndLoadIfAppropriate(DefaultSettingsLoader.java:171)
	at org.gradle.initialization.DefaultSettingsLoader.findAndLoadSettings(DefaultSettingsLoader.java:91)
	at org.gradle.initialization.SettingsAttachingSettingsLoader.findAndLoadSettings(SettingsAttachingSettingsLoader.java:33)
	at org.gradle.internal.composite.CommandLineIncludedBuildSettingsLoader.findAndLoadSettings(CommandLineIncludedBuildSettingsLoader.java:35)
	at org.gradle.internal.composite.ChildBuildRegisteringSettingsLoader.findAndLoadSettings(ChildBuildRegisteringSettingsLoader.java:44)

@@ -7,7 +7,8 @@ dependencyResolutionManagement {

repositories {
maven {
url "file://${rootDir}/../../../../../build/localMaven"
// Equivalent to the following: $rootDir/../../../../../build/localMaven
url rootDir.parentFile.parentFile.parentFile.parentFile.parentFile.path + "/build/localMaven"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lazyweb: got link/error message to explain why this is needed?

Copy link
Collaborator

@geoff-powell geoff-powell Aug 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PaparazziPluginTest > textAppearances FAILED
    org.gradle.testkit.runner.UnexpectedBuildFailure: Unexpected build execution failure in D:\a\paparazzi\paparazzi\paparazzi-gradle-plugin\src\test\projects\text-appearances with arguments [verifyPaparazziDebug, --stacktrace]

    Output:

    [Incubating] Problems report is available at: file:///D:/a/paparazzi/paparazzi/paparazzi-gradle-plugin/src/test/projects/text-appearances/build/reports/problems/problems-report.html

    FAILURE: Build failed with an exception.

    * What went wrong:
    org.gradle.api.InvalidUserDataException: Cannot convert URI 'file://D:\a\paparazzi\paparazzi\paparazzi-gradle-plugin\src\test\projects\text-appearances\..\..\..\..\..\build\localMaven' to a file.
    > Cannot convert URI 'file://D:\a\paparazzi\paparazzi\paparazzi-gradle-plugin\src\test\projects\text-appearances\..\..\..\..\..\build\localMaven' to a file.

    * Try:
    > Run with --info or --debug option to get more log output.
    > Run with --scan to generate a Build Scan (Powered by Develocity).
    > Get more help at https://help.gradle.org./

    * Exception is:
    java.lang.RuntimeException: org.gradle.api.InvalidUserDataException: Cannot convert URI 'file://D:\a\paparazzi\paparazzi\paparazzi-gradle-plugin\src\test\projects\text-appearances\..\..\..\..\..\build\localMaven' to a file.

CI Failure: https://github.com/cashapp/paparazzi/actions/runs/17106989758/job/48518381398

@renovate renovate bot force-pushed the renovate/gradle-9.x branch from d2e464a to 784a018 Compare August 21, 2025 06:50
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from d2e464a to 0f6c459 Compare August 22, 2025 15:42
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from acf2b59 to 43511d3 Compare August 22, 2025 16:10
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 4 times, most recently from 24cd924 to 02b0604 Compare August 28, 2025 03:43
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 2 times, most recently from a5597ab to 32f6a1c Compare September 2, 2025 15:08
@geoff-powell geoff-powell force-pushed the renovate/gradle-9.x branch 2 times, most recently from b1b021a to 8363de6 Compare September 2, 2025 15:49
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 8363de6 to a9d3f2e Compare September 2, 2025 15:53
@renovate renovate bot force-pushed the renovate/gradle-9.x branch 3 times, most recently from 23a0ba7 to 0734533 Compare September 3, 2025 12:27
@geoff-powell geoff-powell force-pushed the renovate/gradle-9.x branch 3 times, most recently from 0d20867 to 59569dd Compare September 3, 2025 16:36
@renovate renovate bot force-pushed the renovate/gradle-9.x branch from 59569dd to 8929cd7 Compare September 3, 2025 16:39
@geoff-powell geoff-powell merged commit 389d406 into master Sep 3, 2025
22 checks passed
@geoff-powell geoff-powell deleted the renovate/gradle-9.x branch September 3, 2025 17:17
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