Skip to content

Commit

Permalink
Move OS tests to project platform-tests
Browse files Browse the repository at this point in the history
Eclipse doesn't like it when "junit-jupiter-engine" refers to
"junit-jupiter-params".
  • Loading branch information
sormuras committed Aug 29, 2019
1 parent 99949a0 commit 33aed5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion junit-jupiter-engine/junit-jupiter-engine.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {

api(project(":junit-platform-engine"))
api(project(":junit-jupiter-api"))
api(project(":junit-jupiter-params"))

testImplementation(project(":junit-platform-launcher"))
testImplementation(project(":junit-platform-runner"))
Expand Down

0 comments on commit 33aed5b

Please sign in to comment.