File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 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- \* < p> 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+ \* < p> 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- \* < p> You should have received a copy of the GNU Lesser General Public License along with this$\n^
32- \* program. If not, see < http://www.gnu.org/licenses/> .$\n^
30+ \* < p> You should have received a copy of the GNU Lesser General Public License along with this program. If not, see $\n^
31+ \* < http://www.gnu.org/licenses/> .$\n^
3332\*$\n^
3433\*.*\d{4}.*$" />
3534 <property name =" fileExtensions" value =" java" />
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments