Skip to content

Commit 2c2a09b

Browse files
chore(deps): Bump com.gradle.plugin-publish from 1.3.1 to 2.0.0
Bumps com.gradle.plugin-publish from 1.3.1 to 2.0.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687156d commit 2c2a09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33
plugins {
44
kotlin("jvm") version "2.2.21"
55
`java-gradle-plugin`
6-
id("com.gradle.plugin-publish") version "1.3.1"
6+
id("com.gradle.plugin-publish") version "2.0.0"
77
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
88
}
99

0 commit comments

Comments
 (0)