Skip to content

Commit

Permalink
Merge pull request #155 from Samarinnayak/Sam/9307/Add-Description-an…
Browse files Browse the repository at this point in the history
…d-license-in-repo

Add-Description-and-license-in-repo
  • Loading branch information
davenice authored Jul 25, 2024
2 parents ec4bbc1 + 79c6948 commit 031e8a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@ publishing {
}
}
}
publications {
create<MavenPublication>("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 {
Expand Down

0 comments on commit 031e8a2

Please sign in to comment.