1
0

license-* files confuse GH license detection

This commit is contained in:
Sebb
2021-03-09 22:51:13 +00:00
parent 1642a1bd98
commit 1ae5c5038c
3 changed files with 3 additions and 3 deletions

View File

@@ -465,7 +465,7 @@ under the License.
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<headerFile>${basedir}/license-header.txt</headerFile>
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
</configuration>
</plugin>
@@ -515,7 +515,7 @@ under the License.
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<headerFile>${basedir}/license-header.txt</headerFile>
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
</configuration>
</plugin>
<plugin>