From 65701462d54a18d9c832356a09164a0c6f3993fd Mon Sep 17 00:00:00 2001 From: Samreen-Nayak Date: Mon, 15 Jul 2024 12:17:50 +0530 Subject: [PATCH 1/2] Add-license-and-descreption-in-gradle-project Signed-off-by: Samarinnayak --- build.gradle.kts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 133a6db..679c3fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,6 +75,21 @@ publishing { } } } + publications { + create("mavenJava") { + from(components["java"]) + pom { + name.set("CICS Bundle Gradle") + description.set("A Gradle plugin to build CICS bundles, and deploy them into CICS TS") + licenses { + license { + name.set("EPL-2.0") + url .set("https://www.eclipse.org/legal/epl-2.0/") + } + } + } + } + } } repositories { From d197d10a4156bdff368e1e57cb15b09794b61bae Mon Sep 17 00:00:00 2001 From: Samreen-Nayak Date: Mon, 15 Jul 2024 12:17:50 +0530 Subject: [PATCH 2/2] Add-license-and-descreption-in-gradle-project Signed-off-by: Samarinnayak Signed-off-by: Samreen-Nayak --- build.gradle.kts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 133a6db..679c3fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,6 +75,21 @@ publishing { } } } + publications { + create("mavenJava") { + from(components["java"]) + pom { + name.set("CICS Bundle Gradle") + description.set("A Gradle plugin to build CICS bundles, and deploy them into CICS TS") + licenses { + license { + name.set("EPL-2.0") + url .set("https://www.eclipse.org/legal/epl-2.0/") + } + } + } + } + } } repositories {