set correct license information in pom.xml, fixes #600

This commit is contained in:
Taner Sener 2022-10-17 22:28:25 +01:00
parent 214eea3fb5
commit a5ed0bde5b

View File

@ -43,7 +43,8 @@ ext {
developerName = 'ARTHENICA'
developerEmail = 'open-source@arthenica.com'
if (Project.hasProperty('releaseGPL')) {
gplLicensed = findProperty('releaseGPL') ?: '0'
if (gplLicensed == "1") {
licenseName = 'GNU General Public License version 3'
licenseUrl = 'https://www.gnu.org/licenses/gpl-3.0.txt'
} else {