Open
Description
Steps to reproduce:
- Introduce the below Gradle plugin in the
build.gradle.kts
.
plugins {
id("org.springframework.boot") version "2.7.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "2.0.20"
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.jpa") version "2.0.20"
id("org.owasp.dependencycheck") version "8.4.0"
id("org.liquibase.gradle") version "3.0.1" // ❗ added line here
}
- Run the build command
Expectation:
- No such error
Actual:
- The error occurs as the below
Unable to load class 'liquibase.Scope'.
Log:
report.log
Metadata
Metadata
Assignees
Labels
No labels