-
Notifications
You must be signed in to change notification settings - Fork 41
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 Gradle Project Isolation #258
Labels
Comments
@dmitry-stakhov can you assign me this issue? |
@deep4nsh, you can take the issue. |
Thanks. |
I forked the repo and commited the solution. @fzhinkin @dmitry-stakhov |
@deep4nsh please open a pull request once you are ready to contribute the change. |
yes done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here we use
findProperty
function that looks to another Gradle Projects and break the Gradle sync with enabled Project isolation feature:Possible solution can be to use
providers.gradleProperty("benchmarks_jmh_version").orNull
instead.The text was updated successfully, but these errors were encountered: