Skip to content

Commit 2b49e7f

Browse files
committed
Add missing closure for publication
1 parent a338399 commit 2b49e7f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

springwolf-plugins/springwolf-amqp-plugin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ dependencies {
4242
jar.enabled = true
4343
bootJar.enabled = false
4444

45+
java {
46+
withJavadocJar()
47+
withSourcesJar()
48+
}
4549

4650
publishing {
4751
publications {

springwolf-plugins/springwolf-cloud-stream-plugin/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ dependencies {
4747
jar.enabled = true
4848
bootJar.enabled = false
4949

50+
java {
51+
withJavadocJar()
52+
withSourcesJar()
53+
}
54+
5055
publishing {
5156
publications {
5257
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)