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
I have a Gradle 8.6 project that works fine. There is a small difference in the way I added sourceSets.main.compileClasspath though. In my project I have
That way I don't need to add it explicitly to the liquibaseRuntime configuration, because it will already include it. I only need to add the other dependencies. Does this help in your situation?
After upgrading gradle wrapper to use 8.5 version, it is not allowing to use custom configuration in dependencies.
Is there a workaround?
Error:
> Adding a Configuration as a dependency is no longer allowed as of Gradle 8.0.
For:
The text was updated successfully, but these errors were encountered: