This commit is contained in:
Stephane Nicoll 2020-07-11 08:57:33 +02:00
parent 5ad6bc3ccd
commit 02cc84223b

View file

@ -139,7 +139,6 @@
<groupId>io.spring.javaformat</groupId> <groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId> <artifactId>spring-javaformat-maven-plugin</artifactId>
<version>${spring-format.version}</version> <version>${spring-format.version}</version>
<!-- run ./mvnw spring-javaformat:apply to apply -->
<executions> <executions>
<execution> <execution>
<phase>validate</phase> <phase>validate</phase>
@ -281,7 +280,6 @@
</plugins> </plugins>
</build> </build>
<!-- Apache 2 license -->
<licenses> <licenses>
<license> <license>
<name>Apache License, Version 2.0</name> <name>Apache License, Version 2.0</name>