FAILURE: Build failed with an exception.
* Where:
Script 'G:\Project\beequote\gradle\liquibase.gradle' line: 19
* What went wrong:
Execution failed for task ':pathingLiquibaseJar'.
> Could not resolve all files for configuration ':liquibase'.
> Could not find org.liquibase.ext:liquibase-hibernate5:.
Required by:
project :
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more l
og output.
* Get more help at https://help.gradle.org
BUILD FAILED in 24s
答案 0 :(得分:0)
这是JHipster中的一个错误,将在下一个版本中修复> 4.13.1,在此期间,您可以通过在gradle/liquibase.gradle
文件中添加3.6版来修复它:
dependencies {
liquibase "org.liquibase.ext:liquibase-hibernate5:3.6"
}