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
40 problems were found storing the configuration cache, 1 of which seems unique.
- Plugin 'org.liquibase.gradle': Project ':database' cannot dynamically look up a property in the parent project ':'
Motivation
configuration cache is going to be default soon (gradle 9), and isolated projects will eventually follow. I think solving both at the same time would be best, but individually the features are worthwhile for the build speed improvements they permit.
I would be happy to take a stab at a PR if you'd be willing to accept it, I'm far from a plugin author though.
The text was updated successfully, but these errors were encountered:
Configuration Cache:
Currently, to have my multi-module project work with the configuration cache
I have
In all my subprojects with the liquibase plugin. This prevents this task's configuration from being cached.
Isolated Projects:
I would also like to enable isolated projects. But when enabling it across my project with
I get the following error:
Motivation
configuration cache is going to be default soon (gradle 9), and isolated projects will eventually follow. I think solving both at the same time would be best, but individually the features are worthwhile for the build speed improvements they permit.
I would be happy to take a stab at a PR if you'd be willing to accept it, I'm far from a plugin author though.
The text was updated successfully, but these errors were encountered: