gson-compile/build.gradle.kts
JFronny 6805ff6b6f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Support JPMS.
Since that seems to be incompatible with manifold, that has been removed.
Contains breaking changes!
2023-01-21 15:01:54 +01:00

7 lines
138 B
Plaintext

group = "io.gitlab.jfronny.gson"
version = "1.3-SNAPSHOT"
subprojects {
group = rootProject.group
version = rootProject.version
}