We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477fb79 commit dacf8b2Copy full SHA for dacf8b2
pom.xml
@@ -104,28 +104,5 @@
104
</plugins>
105
</build>
106
</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>
130
</profiles>
131
</project>
0 commit comments