jchess/jchess/src/main/java/module-info.java
Debucquoy Anthony (tonitch) 6f99b82fd9
First Commit with Gradle init
Base of the project structure.
The Project was initialized with javafx ressources with idea.
2023-04-02 21:01:04 +02:00

8 lines
191 B
Java

module ovh.herisson.tontich.jchess {
requires javafx.controls;
requires javafx.fxml;
opens ovh.herisson.tontich.jchess to javafx.fxml;
exports ovh.herisson.tontich.jchess;
}