pluginManagement { plugins { `java-library` apply false `maven-publish` apply false } } rootProject.name = "jzstd" include("cli")