-
Notifications
You must be signed in to change notification settings - Fork 232
Update dependency gradle to v9 #2059
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
Conversation
bf6988f
to
ed39393
Compare
ed39393
to
62f2fb8
Compare
91645bc
to
d2e464a
Compare
@@ -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") |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
d2e464a
to
784a018
Compare
784a018
to
d2e464a
Compare
d2e464a
to
0f6c459
Compare
0f6c459
to
acf2b59
Compare
acf2b59
to
43511d3
Compare
43511d3
to
acf2b59
Compare
24cd924
to
02b0604
Compare
02b0604
to
930984b
Compare
a5597ab
to
32f6a1c
Compare
b1b021a
to
8363de6
Compare
8363de6
to
a9d3f2e
Compare
23a0ba7
to
0734533
Compare
0d20867
to
59569dd
Compare
59569dd
to
8929cd7
Compare
This PR contains the following updates:
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.
This PR was generated by Mend Renovate. View the repository job log.