Skip to content

Commit

Permalink
chore: adapt to latest taskrunner specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 6, 2025
1 parent 8594ce2 commit 6e4abee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class ClickHouseLocalCLI extends Task implements RunnableTask<ScriptOutpu
@Valid
@PluginProperty
@Builder.Default
private TaskRunner taskRunner = Docker.instance();
private TaskRunner<?> taskRunner = Docker.instance();

@Schema(
title = "The Clickhouse container image."
Expand Down

0 comments on commit 6e4abee

Please sign in to comment.