Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information