[java] always includes module-info.java into compilation

This commit is contained in:
Roman Shevchenko
2016-08-31 20:17:49 +03:00
parent 66750a30e1
commit f584a77993
6 changed files with 38 additions and 8 deletions
@@ -0,0 +1,6 @@
Cleaning output files:
out/production/ModuleInfoIncluded/Svc.class
End of files
Compiling files:
src/module-info.java
End of files
@@ -0,0 +1,2 @@
//todo uncomment after migration to Java 9
//module M { }