Skip to content

Commit

Permalink
Remove redundant profile after parent pom update
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 16, 2023
1 parent 477fb79 commit dacf8b2
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,5 @@
</plugins>
</build>
</profile>

<!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 -->
<profile>
<id>java21+</id>
<activation>
<jdk>[21,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<java>
<palantirJavaFormat>
<version>2.35.0</version>
</palantirJavaFormat>
</java>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit dacf8b2

Please sign in to comment.