Exclude .antlr and aot.factories from license headers check

This commit is contained in:
Christian Tzolov
2024-03-07 15:42:00 +01:00
parent 8ed2af4115
commit 78f73d17be

View File

@@ -297,6 +297,8 @@ limitations under the License.
<!-- @formatter:on -->
</inlineHeader>
<excludes>
<exclude>**/.antlr/**</exclude>
<exclude>**/aot.factories</exclude>
<exclude>**/.sdkmanrc</exclude>
<exclude>**/*.adoc</exclude>
<exclude>**/*.puml</exclude>