Skip to content

Commit

Permalink
chore: add Kestra libs used in tests in the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 20, 2024
1 parent fb2732e commit 6efe80a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ dependencies {
api "io.kestra:model:$version"
api "io.kestra:script:$version"
api "io.kestra:processor:$version"
// the following are used in plugin tests so they are in the platform even if normally not used out there
api "io.kestra:repository-memory:$version"
api "io.kestra:runner-memory:$version"
api "io.kestra:storage-local:$version"
}
}

Expand Down

0 comments on commit 6efe80a

Please sign in to comment.