Skip to content

Commit 9198a63

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 8f7562b commit 9198a63

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Check code format
2828
run: |
2929
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
30+
./mvnw -N license:check --file pom.xml
3031
- name: Run unit tests
3132
run: ./mvnw ${MAVEN_ARGS} clean install -Pno-apt --file pom.xml
3233

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,6 @@
387387
<licenseSets>
388388
<licenseSet>
389389
<header>license-header.txt</header>
390-
<!-- <includes>-->
391-
<!-- <include>**/*.md</include>-->
392-
<!-- </includes>-->
393390
<excludes>
394391
<exclude>**/.idea</exclude>
395392
<exclude>.idea</exclude>
@@ -405,7 +402,6 @@
405402
</licenseSet>
406403
</licenseSets>
407404
<mapping>
408-
<!-- <md></md>-->
409405
<go>JAVADOC_STYLE</go>
410406
<svg>XML_STYLE</svg>
411407
<Makefile>SCRIPT_STYLE</Makefile>

0 commit comments

Comments
 (0)