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:
parent
4fd1431cea
commit
370c8e0b9e
|
@ -1,7 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-gradle-plugin'
|
id 'java-gradle-plugin'
|
||||||
id 'checkstyle'
|
id 'checkstyle'
|
||||||
id 'io.spring.javaformat' version "${javaFormatVersion}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in New Issue