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

Support Isolated Projects #1859

Open
agrosner opened this issue Mar 4, 2025 · 0 comments
Open

Support Isolated Projects #1859

agrosner opened this issue Mar 4, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@agrosner
Copy link

agrosner commented Mar 4, 2025

Isolated Projects

Project cannot compile due to this error:

org.gradle.api.InvalidUserCodeException: Project ':some-project' cannot dynamically look up a property in the parent project ':'
	at org.gradle.api.internal.project.DefaultProject.getProperties(DefaultProject.java:1231)
	at app.cash.paparazzi.gradle.PaparazziPlugin$setupPaparazzi$1.invoke$lambda$38(PaparazziPlugin.kt:215)
	at app.cash.paparazzi.gradle.PaparazziPlugin$setupPaparazzi$1.invoke$lambda$39(PaparazziPlugin.kt:198)

my guess is with this line:

test.systemProperties.putAll(project.properties.filterKeys { it.startsWith("app.cash.paparazzi") })
@agrosner agrosner added the enhancement New feature or request label Mar 4, 2025
@geoff-powell geoff-powell added this to the 2.0.0-alpha02 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants