Modularity support with Gradle

I understand from this link that gradle 3 enables Java 9 support but don’t support modulepath.

Also, i found this github link which talks about jdk 9 support.

https://github.com/gradle/gradle/blob/master/design-docs/jdk9-support.md

Does gradle 3.5 support compilation of modular code using jdk 9? Has anyone tried it?

1 Like

Search for jdk9 support in the forum. There you will see that gradle doesn’t run with java 9 without additional settings. Unfortunetaly, the information about this topic is distributed among many forum posts and github issues.

thank you. i searched as you suggested and got some useful tips.