Skip to content

Commit

Permalink
includes reviewer remark on opening all the module: changed it to an …
Browse files Browse the repository at this point in the history
…exports directive
  • Loading branch information
antoinesd committed Mar 20, 2024
1 parent 3b609a4 commit b57ec57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integrationtest/vert.x/pom.xml
Expand Up @@ -273,8 +273,9 @@
</modules>
<module>
<mainClass>com.example.HelloWorldServer</mainClass>
<moduleInfoSource>open module com.example {
requires transitive io.vertx.core;
<moduleInfoSource>module com.example {
exports com.example to io.vertx.core;
requires io.vertx.core;
}
</moduleInfoSource>
</module>
Expand Down

0 comments on commit b57ec57

Please sign in to comment.