This simply adds spring-javaformat-gradle-plugin to dependencies so consuming projects can simply apply it. I considered enabling it in AbstractSpringJavaPlugin but in the end didn't as this would be disruptive for projects that aren't aligned with Spring Java Format.
This simply adds
spring-javaformat-gradle-plugin
to dependencies so consuming projects can simply apply it. I considered enabling it inAbstractSpringJavaPlugin
but in the end didn't as this would be disruptive for projects that aren't aligned with Spring Java Format.