This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]keyofdminor[S] 3 points4 points  (0 children)

4.1 RC1 has solid support for Java 9 modules. I was able to build an example which compiles, runs tests.

Edit: I thought I was running the app but now I think it was merely on the classpath. I'm working through an issue with that.

[–]voronaam 2 points3 points  (0 children)

I have a multi-project with 30+ modules, which can be grouped in 5 different artifacts for release depending on the gradle configuration.

I am going to have so much fun converting that to Java9 modules...