Skip to content

Commit

Permalink
Add description and license information
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Nice <dave.nice@uk.ibm.com>
  • Loading branch information
Dave Nice committed Jun 11, 2024
1 parent ec4bbc1 commit 60fa8d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,23 @@ publishing {
}
}
}
publications {
mavenJava(MavenPublication) {
from(components.java)

pom {
name = project.description
description =
"A Gradle plugin to build CICS bundles, and deploy them into CICS TS"
licenses {
license {
name = 'EPL-2.0'
url = 'https://www.eclipse.org/legal/epl-2.0/'
}
}
}
}
}
}

repositories {
Expand Down

0 comments on commit 60fa8d8

Please sign in to comment.