Skip to content

Commit

Permalink
chore(platform): add the Kestra 'tests' library to the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 21, 2024
1 parent 1f5d141 commit 45ee3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ dependencies {
api "io.kestra:model:$version"
api "io.kestra:script:$version"
api "io.kestra:processor:$version"
api "io.kestra:tests:$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"
Expand Down

0 comments on commit 45ee3d2

Please sign in to comment.