We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927f275 commit b11f0efCopy full SHA for b11f0ef
proxy/build.gradle
@@ -14,7 +14,8 @@ publishing {
14
artifacts {
15
// ensure the Spring Boot jar gets published rather than the plain jar
16
artifact bootJar
17
- artifact javadocJar // because of bootJar, we need to put this back (sourceJar is ok)
+ artifact sourceJar // because of bootJar, we need to put these back (sourceJar and javadocJar)
18
+ artifact javadocJar
19
}
20
21
0 commit comments