diff --git a/plugin-gradle/build.gradle b/plugin-gradle/build.gradle index 3a5afd2ba8..8fec4beb92 100644 --- a/plugin-gradle/build.gradle +++ b/plugin-gradle/build.gradle @@ -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 - } } }