Skip to content

Commit cab9e62

Browse files
committed
chore: adapt to latest taskrunner specs
1 parent 85e57af commit cab9e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/kestra/plugin/aws/cli/AwsCLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class AwsCLI extends AbstractConnection implements RunnableTask<ScriptOut
122122
@PluginProperty
123123
@Builder.Default
124124
@Valid
125-
private TaskRunner taskRunner = Docker.instance();
125+
private TaskRunner<?> taskRunner = Docker.instance();
126126

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

0 commit comments

Comments
 (0)