Skip to content

Commit 503e140

Browse files
committed
signing
1 parent 809b3f9 commit 503e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ task codeCoverageReport(type: JacocoReport) {
9595
csv.required.set(true)
9696
}
9797
dependsOn {
98-
[subprojects*.test, project('grpc-spring-boot-starter').getTasks().named("delombok")]
98+
[subprojects*.test, subprojects*.delombok, subprojects*.javadoc]
9999
}
100100
}
101101

0 commit comments

Comments
 (0)