From 1c5d69552c8805138423f21a178e69eaf562a949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 05:30:19 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 0.21.0 to 1.0.0 Bumps com.gradle.plugin-publish from 0.21.0 to 1.0.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 376ca0d5..9e87499b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "com.github.hierynomus.license" version "0.16.1" apply false id "com.github.ben-manes.versions" version "0.43.0" apply false id "com.diffplug.gradle.spotless" version "6.11.0" apply false - id "com.gradle.plugin-publish" version "0.21.0" apply false + id "com.gradle.plugin-publish" version "1.0.0" apply false } subprojects { subproject ->