Remove v0 gson api from module-info.java
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-02-26 14:05:24 +01:00
parent 15c9bb4070
commit 3d0d3a1595
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 1 deletions

View File

@ -2,6 +2,5 @@ module io.gitlab.jfronny.commons.gson {
requires io.gitlab.jfronny.commons;
requires io.gitlab.jfronny.gson;
requires static org.jetbrains.annotations;
exports io.gitlab.jfronny.commons.serialize.gson.api;
exports io.gitlab.jfronny.commons.serialize.gson.api.v1;
}