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 7, 2025
1 parent 85e57af commit cab9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/cli/AwsCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class AwsCLI extends AbstractConnection implements RunnableTask<ScriptOut
@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 cab9e62

Please sign in to comment.