Skip to content

Commit

Permalink
[BUILD] fix broken CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed May 6, 2024
1 parent aa46a77 commit 6430401
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions picocli-tests-java8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ test {

dependencies {
api rootProject
testImplementation supportDependencies.junit
testImplementation supportDependencies.hamcrestCore
testImplementation supportDependencies.junit5Api
testRuntimeOnly supportDependencies.junit5Engine
testImplementation supportDependencies.systemLambda
}

jar {
Expand Down

0 comments on commit 6430401

Please sign in to comment.