Skip to content

Commit c78b48b

Browse files
vietjcode-brazier
authored andcommitted
Add info about module-info requires type
1 parent de197ff commit c78b48b

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)