Skip to content

Commit

Permalink
fix typo for json property (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioUyaguari authored Oct 31, 2023
1 parent 137847f commit ca4cc5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public UpdateProjectConfigurationCommand(
@JsonProperty("projectDependenciesToRemove") @JsonDeserialize(contentAs = SimpleProjectDependency.class) List<ProjectDependency> projectDependenciesToRemove,
@JsonProperty("artifactGenerationsToAdd") @JsonDeserialize(contentAs = SimpleArtifactGeneration.class) List<ArtifactGeneration> artifactGenerationsToAdd,
@JsonProperty("artifactGenerationsToRemove") List<String> artifactGenerationNamesToRemove,
@JsonProperty("runDependencyTest") Boolean runDependencyTests
@JsonProperty("runDependencyTests") Boolean runDependencyTests
)
{
this.message = message;
Expand Down

0 comments on commit ca4cc5c

Please sign in to comment.