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

Cannot fingerprint input property 'argumentBuilder'. Plugin version 3.0.1. Gradle 8.12 #165

Open
maingroon opened this issue Jan 6, 2025 · 0 comments

Comments

@maingroon
Copy link

maingroon commented Jan 6, 2025

Description

Hi! Has anyone encountered a serialization error with Liquibase Gradle plugin 3.0.1 on Gradle 8.12? When running the Liquibase update task the execution fails due to a serialization error with the ArgumentBuilder.
Error Message when run ./gradlew update:

Execution failed for task ':update'.
Cannot fingerprint input property 'argumentBuilder': value 'org.liquibase.gradle.ArgumentBuilder@3263aac2' cannot be serialized.

Current Configuration

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'org.liquibase:liquibase-core:4.26.0'
    }
}

plugins {
    id("com.github.johnrengelman.shadow") version "8.1.1"
    id("io.micronaut.application") version "4.4.2"
    id("org.liquibase.gradle") version "3.0.1"
}

dependencies {
    liquibaseRuntime("org.liquibase:liquibase-core:4.26.0")
    liquibaseRuntime("org.postgresql:postgresql:42.7.3")
    liquibaseRuntime("info.picocli:picocli:4.7.6")
}
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