Fixed CDDL file name

This commit is contained in:
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 // set for the project
const val description = "License definitions and legal management plugin for the Gradle build system" const val description = "License definitions and legal management plugin for the Gradle build system"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "2.7.5" const val version = "2.8"
// set as project.ext // set as project.ext
const val name = "Gradle Licensing Plugin" 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)", "Common Development and Distribution License (CDDL)",
"CDDL License", "CDDL License",
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"), "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"),
"VERSION.CDDL", "LICENSE.CDDL",
listOf("http://opensource.org/licenses/CDDL-1.0")), 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)", "Common Development and Distribution License (CDDL 1.1)",
"CDDL License v1.1", "CDDL License v1.1",
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"), "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"),
"VERSION.CDDLv1.1", "LICENSE.CDDLv1.1",
listOf("https://javaee.github.io/glassfish/LICENSE")), listOf("https://javaee.github.io/glassfish/LICENSE")),