unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
118 stars 40 forks source link

271: moved module-info.java under src directory. #274

Closed teobais closed 4 years ago

teobais commented 4 years ago

module-info.java has to be located in the module's source root, otherwise the tests won't run

Moving module-info.java file under the source root fixed the problem. Screenshot 2020-02-23 at 15 53 30


This change is Reviewable

teobais commented 4 years ago

Looks like our CI does not support Java 9 yet. Will try to work around that one locally. Closing.

keilw commented 4 years ago

What do you mean it doesn't? Of course it supports Java 9 and Jigsaw, but it worked that way already. You might try a structure similar to uom-systems etc. with src/main/jdk9.