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 22f6828 commit af2b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/soda/AbstractSoda.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public abstract class AbstractSoda extends Task {
@PluginProperty
@Builder.Default
@Valid
private TaskRunner taskRunner = Docker.instance();
private TaskRunner<?> taskRunner = Docker.instance();

@Schema(title = "The task runner container image, only used if the task runner is container-based.")
@PluginProperty(dynamic = true)
Expand Down

0 comments on commit af2b84b

Please sign in to comment.