Skip to content

Commit 9844d28

Browse files
build(deps): bump com.gradle.plugin-publish from 1.0.0 to 1.1.0 (#44)
Bumps com.gradle.plugin-publish from 1.0.0 to 1.1.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fca9c5 commit 9844d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
// for publishing to nexus/ossrh/mavencentral
99
id("org.gradle.crypto.checksum") version "1.4.0"
1010
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
11-
id("com.gradle.plugin-publish") version "1.0.0" apply false
11+
id("com.gradle.plugin-publish") version "1.1.0" apply false
1212
}
1313

1414
val groupId: String by project

0 commit comments

Comments
 (0)