Skip to content

Commit 78f73d1

Browse files
committed
Exclude .antlr and aot.factories from license headers check
1 parent 8ed2af4 commit 78f73d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ limitations under the License.
297297
<!-- @formatter:on -->
298298
</inlineHeader>
299299
<excludes>
300+
<exclude>**/.antlr/**</exclude>
301+
<exclude>**/aot.factories</exclude>
300302
<exclude>**/.sdkmanrc</exclude>
301303
<exclude>**/*.adoc</exclude>
302304
<exclude>**/*.puml</exclude>

0 commit comments

Comments
 (0)