Skip to content

Commit dacf8b2

Browse files
authored
Remove redundant profile after parent pom update
1 parent 477fb79 commit dacf8b2

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -104,28 +104,5 @@
104104
</plugins>
105105
</build>
106106
</profile>
107-
108-
<!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 -->
109-
<profile>
110-
<id>java21+</id>
111-
<activation>
112-
<jdk>[21,)</jdk>
113-
</activation>
114-
<build>
115-
<plugins>
116-
<plugin>
117-
<groupId>com.diffplug.spotless</groupId>
118-
<artifactId>spotless-maven-plugin</artifactId>
119-
<configuration>
120-
<java>
121-
<palantirJavaFormat>
122-
<version>2.35.0</version>
123-
</palantirJavaFormat>
124-
</java>
125-
</configuration>
126-
</plugin>
127-
</plugins>
128-
</build>
129-
</profile>
130107
</profiles>
131108
</project>

0 commit comments

Comments
 (0)