Skip to content

Unable to load class 'liquibase.Scope'. #744

Open
@Lysander086

Description

@Lysander086

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions