You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few values are derived from project.layout and used as inputs to our tasks. @ZacSweers called out that it is possible to pass the entire project.layout value as it is config cache safe.
A few values are derived from
project.layout
and used as inputs to our tasks. @ZacSweers called out that it is possible to pass the entireproject.layout
value as it is config cache safe.Example:
dependency-guard/dependency-guard/src/main/kotlin/com/dropbox/gradle/plugins/dependencyguard/internal/utils/OutputFileUtils.kt
Line 13 in 189182a
Other usages: https://github.com/dropbox/dependency-guard/search?q=project.layout
It was also suggested that we could avoid passing
project.path
and leveraging that property from theproject.layout
variable.The text was updated successfully, but these errors were encountered: