Browse Source

Do not enable spring javaformat plugin

We do not use the plugin, but rather apply some checkstyle rules that
should be available on the classpath.

Closes gh-31448
pull/30300/merge
Stéphane Nicoll 11 months ago
parent
commit
370c8e0b9e
  1. 1
      buildSrc/build.gradle

1
buildSrc/build.gradle

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
plugins {
id 'java-gradle-plugin'
id 'checkstyle'
id 'io.spring.javaformat' version "${javaFormatVersion}"
}
repositories {

Loading…
Cancel
Save