Skip to content

Commit b11f0ef

Browse files
Fix javadoc jar is not produced anymore issue
fixes gh-59
1 parent 927f275 commit b11f0ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ publishing {
1414
artifacts {
1515
// ensure the Spring Boot jar gets published rather than the plain jar
1616
artifact bootJar
17-
artifact javadocJar // because of bootJar, we need to put this back (sourceJar is ok)
17+
artifact sourceJar // because of bootJar, we need to put these back (sourceJar and javadocJar)
18+
artifact javadocJar
1819
}
1920
}
2021
}

0 commit comments

Comments
 (0)