Skip to content

Commit

Permalink
Enable spotless for code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 12, 2023
1 parent b08fba0 commit 69d648f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@

<properties>
<mavenVersion>3.6.3</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<slf4j.version>1.7.36</slf4j.version>
<invoker.parallelThreads>1C</invoker.parallelThreads>
<project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -344,6 +345,20 @@
<invoker.parallelThreads>1</invoker.parallelThreads>
</properties>
</profile>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>java17+</id>
<activation>
Expand Down

0 comments on commit 69d648f

Please sign in to comment.