Export concurrent
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-07-24 14:23:54 +02:00
parent d1a5e97da6
commit 4df45c8fad
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module io.gitlab.jfronny.commons {
requires java.logging;
exports io.gitlab.jfronny.commons;
exports io.gitlab.jfronny.commons.cache;
exports io.gitlab.jfronny.commons.concurrent;
exports io.gitlab.jfronny.commons.data;
exports io.gitlab.jfronny.commons.data.delegate;
exports io.gitlab.jfronny.commons.io;