Skip to content

Commit

Permalink
fix: fix config exports (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 authored Aug 15, 2024
1 parent b1f82cd commit f6fcf5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

/** Runtime module of the server. */
module com.hedera.block.server {
exports com.hedera.block.server.consumer to
com.swirlds.config.impl;
exports com.hedera.block.server.persistence.storage to
com.swirlds.config.impl;

requires com.hedera.block.protos;
requires com.google.protobuf;
requires com.lmax.disruptor;
Expand Down

0 comments on commit f6fcf5b

Please sign in to comment.