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
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")
}
The text was updated successfully, but these errors were encountered:
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:
Current Configuration
The text was updated successfully, but these errors were encountered: