Fixed CDDL file name

master
Robinson 2021-06-10 10:25:57 +02:00
parent e5b99e4791
commit f91640dd4c
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "License definitions and legal management plugin for the Gradle build system"
const val group = "com.dorkbox"
const val version = "2.7.5"
const val version = "2.8"
// set as project.ext
const val name = "Gradle Licensing Plugin"

View File

@ -159,7 +159,7 @@ enum class License constructor(internal val names: Collection<String>, internal
"Common Development and Distribution License (CDDL)",
"CDDL License",
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"),
"VERSION.CDDL",
"LICENSE.CDDL",
listOf("http://opensource.org/licenses/CDDL-1.0")),
@ -168,7 +168,7 @@ enum class License constructor(internal val names: Collection<String>, internal
"Common Development and Distribution License (CDDL 1.1)",
"CDDL License v1.1",
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"),
"VERSION.CDDLv1.1",
"LICENSE.CDDLv1.1",
listOf("https://javaee.github.io/glassfish/LICENSE")),