Remove v0 gson api from module-info.java
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
15c9bb4070
commit
3d0d3a1595
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user