Uses jpms where possible
This commit is contained in:
6
xml/src/main/java/module-info.java
Normal file
6
xml/src/main/java/module-info.java
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* XML parsing module for FXML compiler (not implemented yet)
|
||||
*/
|
||||
module com.github.gtache.fxml.compiler.xml {
|
||||
requires transitive com.github.gtache.fxml.compiler.core;
|
||||
}
|
||||
Reference in New Issue
Block a user