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

Gradle Isolated Projects Support for Inside Roborazzi #500

Open
takahirom opened this issue Oct 5, 2024 · 0 comments
Open

Gradle Isolated Projects Support for Inside Roborazzi #500

takahirom opened this issue Oct 5, 2024 · 0 comments

Comments

@takahirom
Copy link
Owner

We would like to support isolated projects. To achieve this, we are migrating our project to isolated projects to enable our integration tests with isolated projects to run successfully. We have normal modules and include build modules:

  • roborazzi
  • include-build
    • roborazzi-plugin
    • roborazzi-core

We have some common logic to set up the JDK and publish libraries for each module using allProjects. It might be challenging to maintain common logic because we already use include-build. I think I would prefer having publish.gradle and jdk-setup.gradle, and using apply from: 'publish.gradle' to copy and paste all the scripts. I am aware that this has performance drawbacks. Is there any way to improve this? I think it is better than nothing.

https://github.com/takahirom/roborazzi/blob/main/build.gradle#L16

#497 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant