diff --git a/gradle/buildPlugins/src/main/groovy/info.ankin.projects.library-conventions.gradle b/gradle/buildPlugins/src/main/groovy/info.ankin.projects.library-conventions.gradle index 8dee4a9..5383c2a 100644 --- a/gradle/buildPlugins/src/main/groovy/info.ankin.projects.library-conventions.gradle +++ b/gradle/buildPlugins/src/main/groovy/info.ankin.projects.library-conventions.gradle @@ -35,7 +35,7 @@ boolean propertiesSet() { if (propertiesSet()) mavenPublishing { - configure(new JavaLibrary(new JavadocJar.None(), new SourcesJar.Sources())) + configure(new JavaLibrary(new JavadocJar.Empty(), new SourcesJar.Sources())) // https://vanniktech.github.io/gradle-maven-publish-plugin/central/#uploading-with-automatic-publishing publishToMavenCentral(true, DeploymentValidation.VALIDATED) signAllPublications() diff --git a/system/exec/version.txt b/system/exec/version.txt index 8acdd82..4e379d2 100644 --- a/system/exec/version.txt +++ b/system/exec/version.txt @@ -1 +1 @@ -0.0.1 +0.0.2