You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle configuration to add support for module-path and way to define dependencies in gradle configuration. Compile metadata file module-info.java separately when java version is 9 or onward. Project should compile and run in classpath mode.
Testing support - Patch module to allow access for running UTs
IDE support to recognize and use module-info.java
Multi-release jar support with modules
Existing gradle tasks compatibility
The text was updated successfully, but these errors were encountered:
Gradle configuration to add support for module-path and way to define dependencies in gradle configuration. Compile metadata file
module-info.java
separately when java version is 9 or onward. Project should compile and run in classpath mode.module-info.java
The text was updated successfully, but these errors were encountered: