publishing multi-release-jar

This commit is contained in:
2020-11-05 09:20:41 +01:00
parent c5d2ba03fa
commit 4163715cd8
9 changed files with 319 additions and 51 deletions

View File

@@ -1,3 +1,10 @@
pluginManagement {
plugins {
`java-library` apply false
`maven-publish` apply false
}
}
rootProject.name = "jzstd"
include("cli")