Skip to content

Commit

Permalink
fix: input property fingerprint invalid
Browse files Browse the repository at this point in the history
While I can confirm this fixes the issue, I cannot add a test since there is no infrastructure to execute the tasks.

ref: liquibase#120
  • Loading branch information
nbrugger-tgm committed Feb 21, 2024
1 parent fb7eb08 commit acd6e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package org.liquibase.gradle
* @author Steven C. Saliman
*/

abstract class LiquibaseCommand {
abstract class LiquibaseCommand implements Serializable {
// These constants represent the known arguments supported by a Liquibase command. They come
// from collecting all the CommandArgumentDefinition from CommandSteps in LB. If you add
// something here, you must add it to the collection later. LB uses camelCase in the Java code,
Expand Down

0 comments on commit acd6e6f

Please sign in to comment.