Skip to content

Commit

Permalink
Adapt gradle plugin publishing for the new 1.0 plugin-publish plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 28, 2022
1 parent c229c19 commit d6e767a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,6 @@ if (version.endsWith('-SNAPSHOT')) {
'black',
'clang-format'
]
plugins {
spotlessPlugin {
id = 'com.diffplug.spotless'
}
spotlessPluginLegacy {
id = 'com.diffplug.gradle.spotless'
}
}
mavenCoordinates {
groupId = project.group
artifactId = project.artifactIdGradle
version = project.version
}
}
}

Expand Down

0 comments on commit d6e767a

Please sign in to comment.