Gradle Setup

This commit is contained in:
DavidRavine
2022-10-14 14:50:54 +02:00
parent b947fce825
commit 870bd18c0f
14 changed files with 484 additions and 30 deletions
+8
View File
@@ -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;
}