Check for license headers in kotlin source files

This commit is contained in:
Andreas Dangel
2020-07-31 20:26:27 +02:00
parent fc99e92a7e
commit acf58f1887
18 changed files with 96 additions and 26 deletions

View File

@ -28,6 +28,10 @@
<testResource>
<directory>../pmd-scala-common/src/test/resources</directory>
</testResource>
<!-- Adding kotlin files to test resources, so that checkstyle verifies the license header -->
<testResource>
<directory>../pmd-scala-common/src/test/kotlin</directory>
</testResource>
</testResources>
<pluginManagement>