forax / pro

A Java build tool that works seamlessly with modules
GNU General Public License v3.0
103 stars 15 forks source link

Upgrade to JUnit 5.1 M1 #54

Closed sormuras closed 6 years ago

sormuras commented 6 years ago

Successful test run: https://travis-ci.org/forax/pro#L700 using selectModule(<module name>)

The warning emitted by the compiler about a missing enumeration is bogus. See https://github.com/sbrannen/runtime-annotations/blob/master/src/main/java/org/example/JUnitJupiterTests.java

The Eclipse .classpath was upgraded by pattern matching. Didn't test it locally.

Closes #53

forax commented 6 years ago

sure, do it !

sormuras commented 6 years ago

Done.