Skip to content

Commit d6e767a

Browse files
committed
Adapt gradle plugin publishing for the new 1.0 plugin-publish plugin.
1 parent c229c19 commit d6e767a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

plugin-gradle/build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ if (version.endsWith('-SNAPSHOT')) {
7777
'black',
7878
'clang-format'
7979
]
80-
plugins {
81-
spotlessPlugin {
82-
id = 'com.diffplug.spotless'
83-
}
84-
spotlessPluginLegacy {
85-
id = 'com.diffplug.gradle.spotless'
86-
}
87-
}
88-
mavenCoordinates {
89-
groupId = project.group
90-
artifactId = project.artifactIdGradle
91-
version = project.version
92-
}
9380
}
9481
}
9582

0 commit comments

Comments
 (0)