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 15, 2024
1 parent 5b7fe10 commit 16a2a37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integrationtest/vert.x/pom.xml
Expand Up @@ -281,8 +281,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 16a2a37

Please sign in to comment.