We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e57af commit cab9e62Copy full SHA for cab9e62
src/main/java/io/kestra/plugin/aws/cli/AwsCLI.java
@@ -122,7 +122,7 @@ public class AwsCLI extends AbstractConnection implements RunnableTask<ScriptOut
122
@PluginProperty
123
@Builder.Default
124
@Valid
125
- private TaskRunner taskRunner = Docker.instance();
+ private TaskRunner<?> taskRunner = Docker.instance();
126
127
@Schema(title = "The task runner container image, only used if the task runner is container-based.")
128
@PluginProperty(dynamic = true)
0 commit comments