From b86251152fb6e3cdf5a74ea3b22206573f21c6a4 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Sat, 11 Jul 2026 00:34:48 -0400 Subject: [PATCH] chore: bump exec to 0.0.2 --- .../main/groovy/info.ankin.projects.library-conventions.gradle | 2 +- system/exec/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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