Skip to content

Commit

Permalink
Fixed a typo involving copy pasting build scripts from tw-entrypoints…
Browse files Browse the repository at this point in the history
… lib. (#75)
  • Loading branch information
onukristo authored Aug 11, 2023
1 parent e4ececc commit fec5849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ shadowJar {

publishing {
publications {
entrypoints(MavenPublication) { publication ->
twTkmsStarter(MavenPublication) { publication ->
artifactId projectArtifactName

artifacts = [shadowJar, javadocJar, sourcesJar]
Expand Down Expand Up @@ -203,7 +203,7 @@ publishing {
if (System.getenv("OSS_SIGNING_KEY")) {
signing {
useInMemoryPgpKeys(System.getenv("OSS_SIGNING_KEY"), System.getenv("OSS_SIGNING_PASSWORD"))
sign publishing.publications.entrypoints
sign publishing.publications.twTkmsStarter
}
}

Expand Down

0 comments on commit fec5849

Please sign in to comment.