Skip to content
Snippets Groups Projects
Commit 2ea4806f authored by jez04's avatar jez04
Browse files

fix: require static for lombok in module info

parent 976953a1
Branches
No related merge requests found
Pipeline #1052 canceled with stages
module $package {
requires transitive javafx.controls;
requires javafx.fxml;
requires lombok;
requires static lombok;
requires org.apache.logging.log4j;
opens $package to javafx.fxml;
exports $package;
......
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