Skip to content

Commit 7367748

Browse files
committed
Add info about module-info requires type
1 parent db679f5 commit 7367748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vertx-template-engines/vertx-web-templ-jte/src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
requires static io.vertx.codegen.api;
1919

20-
requires gg.jte.runtime;
20+
requires gg.jte.runtime; // named automatic
2121
requires io.vertx.core;
2222
requires io.vertx.web.common;
2323

vertx-template-engines/vertx-web-templ-thymeleaf/src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
requires static io.vertx.codegen.api;
1818
requires io.vertx.core;
1919
requires io.vertx.web.common;
20-
requires thymeleaf;
20+
requires thymeleaf; // named automatic
2121
exports io.vertx.ext.web.templ.thymeleaf;
2222
}

0 commit comments

Comments
 (0)