added io.github.gradle-nexus:publish-plugin

master
Robinson 2023-09-18 03:06:29 +02:00
parent 88840eaa63
commit 96e2729f04
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 9 additions and 1 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.26"
const val version = "2.27"
// set as project.ext
const val name = "Gradle Licensing Plugin"

View File

@ -907,6 +907,14 @@ object AppLicensing {
author("ee4j-pmc@eclipse.org")
url("https://projects.eclipse.org/projects/ee4j.servlet ")
}),
L("io.github.gradle-nexus:publish-plugin",
LicenseData("Gradle Nexus Publish Plugin", License.APACHE_2).apply {
description("Gradle Plugin for publishing to Nexus that automates creating, closing, and releasing staging repositories")
author("Marc Philipp")
author("Marcin Zajączkowski")
url("https://github.com/gradle-nexus/publish-plugin")
}
),
)
// NOTE: the END copyright for these are determined by the DATE of the files!