Uses jpms where possible
This commit is contained in:
@@ -16,5 +16,11 @@
|
||||
<groupId>com.github.gtache</groupId>
|
||||
<artifactId>fxml-compiler-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-graphics</artifactId>
|
||||
<version>${javafx.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
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