Skip to content

Commit be3a12e

Browse files
committed
Upgrading spotless and switching to Palantir
1 parent a47320a commit be3a12e

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

geowebcache/checkstyle.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
<module name="RegexpHeader">
2121
<!-- This checks the beginning of the header as we have multiple header styles with a common start -->
2222
<property name="header" value="^/\*\*$\n^
23-
\* This program is free software: you can redistribute it and/or modify it under the terms of the$\n^
24-
\* GNU Lesser General Public License as published by the Free Software Foundation, either version 3$$\n^
25-
\* of the License, or \(at your option\) any later version.$\n^
23+
\* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General$\n^
24+
\* Public License as published by the Free Software Foundation, either version 3 of the License, or \(at your option\) any$\n^
25+
\* later version.$\n^
2626
\*$\n^
27-
\* &lt;p&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;$\n^
28-
\* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the$\n^
29-
\* GNU General Public License for more details.$\n^
27+
\* &lt;p&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied$\n^
28+
\* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.$\n^
3029
\*$\n^
31-
\* &lt;p&gt;You should have received a copy of the GNU Lesser General Public License along with this$\n^
32-
\* program. If not, see &lt;http://www.gnu.org/licenses/&gt;.$\n^
30+
\* &lt;p&gt;You should have received a copy of the GNU Lesser General Public License along with this program. If not, see$\n^
31+
\* &lt;http://www.gnu.org/licenses/&gt;.$\n^
3332
\*$\n^
3433
\*.*\d{4}.*$"/>
3534
<property name="fileExtensions" value="java"/>

geowebcache/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
<plugin>
721721
<groupId>com.diffplug.spotless</groupId>
722722
<artifactId>spotless-maven-plugin</artifactId>
723-
<version>2.20.0</version>
723+
<version>2.43.0</version>
724724
<executions>
725725
<execution>
726726
<phase>validate</phase>
@@ -731,10 +731,10 @@
731731
</executions>
732732
<configuration>
733733
<java>
734-
<googleJavaFormat>
735-
<version>1.7</version>
736-
<style>AOSP</style>
737-
</googleJavaFormat>
734+
<palantirJavaFormat>
735+
<version>2.50.0</version>
736+
<formatJavadoc>true</formatJavadoc>
737+
</palantirJavaFormat>
738738
</java>
739739
<upToDateChecking>
740740
<enabled>true</enabled>

0 commit comments

Comments
 (0)