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 df8df15 commit 7ac3064
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import lombok.experimental.SuperBuilder;

import java.util.Collections;
import java.util.List;
import java.util.Map;

@SuperBuilder
Expand Down Expand Up @@ -44,7 +43,7 @@ abstract class AbstractCloudQueryCommand extends Task {
@PluginProperty
@Builder.Default
@Valid
private TaskRunner taskRunner = Docker.builder()
private TaskRunner<?> taskRunner = Docker.builder()
.type(Docker.class.getName())
.entryPoint(Collections.emptyList())
.build();
Expand Down

0 comments on commit 7ac3064

Please sign in to comment.