Skip to content

Commit 6996d5a

Browse files
author
Francisco Solis
authored
Fixed JavaDoc Generation
1 parent 6193e27 commit 6996d5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ shadowJar {
9595
minimize()
9696
}
9797

98+
shadowJar.finalizedBy javadocJar
99+
shadowJar.finalizedBy sourcesJar
100+
98101
configurations {
99102
testImplementation {
100103
extendsFrom(compileOnly)

0 commit comments

Comments
 (0)