Commit f2b95b5
committed
Avoid warning for duplicate junit-platform.properties file
When running tests in documentation from Eclipse, the
`junit-platform.properties` file from junit-vintage-engine made it to
the test runtime classpath. Setting `containsTestFixtures` to `false`
prevents that. It causes `without_test_code` to be set to `true` in
generated `.classpath` files.1 parent a8c1d97 commit f2b95b5
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
0 commit comments