Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lysander086 opened this issue Jan 19, 2025 · 0 comments
Open

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

Lysander086 opened this issue Jan 19, 2025 · 0 comments

Comments

@Lysander086
Copy link

Lysander086 commented Jan 19, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant