Skip to content

Commit aa290fa

Browse files
authored
improve: use spotless maven plugin (#134)
format also pom.xml -s Signed-off-by: csviri <[email protected]>
1 parent fda63fc commit aa290fa

File tree

7 files changed

+303
-356
lines changed

7 files changed

+303
-356
lines changed

.github/workflows/pr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
cache: 'maven'
2828
- name: Check code format
2929
run: |
30-
./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml --file pom.xml
31-
./mvnw ${MAVEN_ARGS} impsort:check --file pom.xml
30+
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
3231
- name: Run unit tests
3332
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml

0 commit comments

Comments
 (0)