Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.2.0-SNAPSHOT
kestraVersion=1.0.0
kestraVersion=1.1.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.kestra.core.models.flows.State;
import io.kestra.core.queues.QueueException;
import io.kestra.core.repositories.LocalFlowRepositoryLoader;
import io.kestra.core.runners.RunnerUtils;
import io.kestra.core.runners.TestRunnerUtils;
import io.kestra.core.runners.TestRunner;
import io.kestra.core.tenant.TenantService;
import io.micronaut.context.ApplicationContext;
Expand Down Expand Up @@ -38,7 +38,7 @@ class SerializationTest {
protected TestRunner runner;

@Inject
protected RunnerUtils runnerUtils;
protected TestRunnerUtils runnerUtils;

@Inject
protected LocalFlowRepositoryLoader repositoryLoader;
Expand Down
Loading