Skip to content

Commit

Permalink
Add automatic module name
Browse files Browse the repository at this point in the history
Signed-off-by: afloarea <adrianfloarea07@yahoo.com>
  • Loading branch information
afloarea authored and vietj committed May 18, 2020
1 parent 262cda0 commit 43a93f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<properties>
<reactive.streams.version>1.0.3</reactive.streams.version>
<stack.version>4.0.0-SNAPSHOT</stack.version>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencyManagement>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.reactivestreams

0 comments on commit 43a93f2

Please sign in to comment.