We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here we use findProperty function that looks to another Gradle Projects and break the Gradle sync with enabled Project isolation feature:
findProperty
property benchmarks_jmh_version of :benchmarks Project :benchmarks cannot dynamically look up a property in the parent project :
Possible solution can be to use providers.gradleProperty("benchmarks_jmh_version").orNull instead.
providers.gradleProperty("benchmarks_jmh_version").orNull
The text was updated successfully, but these errors were encountered:
@dmitry-stakhov can you assign me this issue?
Sorry, something went wrong.
@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
deep4nsh
No branches or pull requests
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: