fix(logger): Mention logger finder in module-info
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2024-04-20 22:08:22 +02:00
parent db632161ca
commit 12d345ca20
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ module io.gitlab.jfronny.commons.logger {
requires io.gitlab.jfronny.commons;
requires static org.jetbrains.annotations;
exports io.gitlab.jfronny.commons.logger;
provides System.LoggerFinder with io.gitlab.jfronny.commons.logger.HotswapLoggerFinder;
}