Skip to content

Commit 167366a

Browse files
Bump com.gradle.plugin-publish from 1.2.1 to 2.0.0
Bumps com.gradle.plugin-publish from 1.2.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 4c34760 commit 167366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'eclipse'
33
id 'java-gradle-plugin'
44
id 'maven-publish' // used for publishing to local maven repository
5-
id 'com.gradle.plugin-publish' version '1.2.1'
5+
id 'com.gradle.plugin-publish' version '2.0.0'
66
id 'com.github.johnrengelman.shadow' version '7.1.2'
77
id 'com.github.ben-manes.versions' version '0.51.0'
88
}

0 commit comments

Comments
 (0)