Skip to content

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

Open
@maingroon

Description

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")
}

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