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
This commit is contained in:
Stéphane Nicoll 2023-10-17 15:46:53 +02:00
parent 4fd1431cea
commit 370c8e0b9e
1 changed files with 0 additions and 1 deletions

View File

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