Skip to content

Commit

Permalink
Add info about module-info requires type
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 12, 2024
1 parent db679f5 commit 7367748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

requires static io.vertx.codegen.api;

requires gg.jte.runtime;
requires gg.jte.runtime; // named automatic
requires io.vertx.core;
requires io.vertx.web.common;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
requires static io.vertx.codegen.api;
requires io.vertx.core;
requires io.vertx.web.common;
requires thymeleaf;
requires thymeleaf; // named automatic
exports io.vertx.ext.web.templ.thymeleaf;
}

0 comments on commit 7367748

Please sign in to comment.