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
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
}
Steps to reproduce:
build.gradle.kts
.Expectation:
Actual:
Log:
report.log
The text was updated successfully, but these errors were encountered: