Skip to content
Snippets Groups Projects
Commit 45d7c9c7 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

requires lombok, log4j2

parent 599e47ba
No related merge requests found
......@@ -3,4 +3,6 @@ module koz01.java2.lab06 {
requires javafx.fxml;
opens koz01.java2.lab06 to javafx.fxml;
exports koz01.java2.lab06;
requires lombok;
requires org.apache.logging.log4j;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment