Open
Description
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:
dependencies {
liquibaseRuntime "org.liquibase:liquibase-core:4.3.2"
liquibaseRuntime "org.liquibase.ext:liquibase-hibernate5:4.3.2"
liquibaseRuntime sourceSets.main.compileClasspath
liquibaseRuntime "org.postgresql:postgresql"
}
Metadata
Assignees
Labels
No labels