Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 2fa0525

Browse files
committed
Let spotless decide the google-java-format version
1 parent 8578174 commit 2fa0525

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@
190190
<licenseHeader>
191191
<file>LICENSE-header-java.txt</file>
192192
</licenseHeader>
193-
<googleJavaFormat>
194-
<version>${jdk.min.version}</version>
195-
</googleJavaFormat>
193+
<googleJavaFormat />
196194
</java>
197195
</configuration>
198196
</plugin>
@@ -228,17 +226,4 @@
228226
</plugins>
229227
</pluginManagement>
230228
</build>
231-
232-
<profiles>
233-
<profile>
234-
<!-- google-java-format needs Java 11 -->
235-
<id>skip-spotless-on-old-java</id>
236-
<activation>
237-
<jdk>[,11)</jdk>
238-
</activation>
239-
<properties>
240-
<spotless.check.skip>true</spotless.check.skip>
241-
</properties>
242-
</profile>
243-
</profiles>
244229
</project>

0 commit comments

Comments
 (0)