Skip to content

Commit

Permalink
fix: missing core dependency on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jul 17, 2024
1 parent 02b6da5 commit 353be7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ dependencies {

// Kestra
testAnnotationProcessor "io.kestra:processor"
testImplementation "io.kestra:core"
testImplementation "io.kestra:tests"
// Kestra deps needed only to have a runner for unit tests
testImplementation "io.kestra:repository-memory"
Expand Down

0 comments on commit 353be7b

Please sign in to comment.