Update header path in pom.xml to use relative path for license.txt

This commit is contained in:
Naimadx123
2024-11-09 14:16:37 +01:00
parent 1c2c701be0
commit eb7b977d62

View File

@@ -61,7 +61,7 @@
<aggregate>true</aggregate>
<licenseSets>
<licenseSet>
<header>${project.basedir}\..\license.txt</header>
<header>license.txt</header>
<includes>
<include>**/*.java</include>
</includes>