Gradle Setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module ch.zhaw.gartenverwaltung {
|
||||
requires javafx.controls;
|
||||
requires javafx.fxml;
|
||||
|
||||
|
||||
opens ch.zhaw.gartenverwaltung to javafx.fxml;
|
||||
exports ch.zhaw.gartenverwaltung;
|
||||
}
|
||||
Reference in New Issue
Block a user