Skip to content

Commit 370c8e0

Browse files
committed
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
1 parent 4fd1431 commit 370c8e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'java-gradle-plugin'
33
id 'checkstyle'
4-
id 'io.spring.javaformat' version "${javaFormatVersion}"
54
}
65

76
repositories {

0 commit comments

Comments
 (0)