Skip to content

Commit

Permalink
Add missing closure for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir committed Jan 15, 2023
1 parent a338399 commit 2b49e7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions springwolf-plugins/springwolf-amqp-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ dependencies {
jar.enabled = true
bootJar.enabled = false

java {
withJavadocJar()
withSourcesJar()
}

publishing {
publications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ dependencies {
jar.enabled = true
bootJar.enabled = false

java {
withJavadocJar()
withSourcesJar()
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 2b49e7f

Please sign in to comment.