Closed McPringle closed 6 years ago
Fixed with Java 9 module support, used Oracle JDK version "9.0.4".
I can confirm the build finishes successfully using Java 9.0.4. But with Java 10.0.0 the build still fails with the error message from above. I created a new issue to focus on the Java 10 problem: #71
Then as mentioned there it looks a lot like certain Maven plugins have not been tested or adopted to Java 10 yet. It does not seem like a problem with the API itself.
Steps to reproduce
git clone git@github.com:JavaMoney/jsr354-api.git
cd jsr354-api
mvn clean package
Actual result
Expected result
Versions
Build output Java 9
Build output Java 10