Hi, I want to update my Gradle plugin to support Java 9. However, I'm unsure what to do because the behaviour of APIs I looked at are unspecified. In particular, I saw that the Maven integration used `ClassPathSupportFactory.createModuleInfoBasedPath` (which is not a public API, so I had to hack to access it), however I had no success with it.
Can someone explain what exactly am I expected to do to support Java 9? Thanks, Attila Kelemen
