Skip to content

Commit

Permalink
chore(deps): use new tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jun 20, 2024
1 parent 6170683 commit 17f81ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-library:2.2"

testImplementation group: "io.kestra", name: "core", version: kestraVersion
testImplementation group: "io.kestra", name: "core", version: kestraVersion, classifier: 'tests'
testImplementation group: "io.kestra", name: "tests", version: kestraVersion
testAnnotationProcessor group: "io.kestra", name: "processor", version: kestraVersion
}

Expand Down

0 comments on commit 17f81ab

Please sign in to comment.