spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Add spring-javaformat-gradle-plugin #55

Closed vpavic closed 5 years ago

vpavic commented 5 years ago

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.