Skip to content

Commit 9dc8c31

Browse files
authored
Increase javadoc visibility in nosql/realms (#3029)
This is to fix javadoc error: `No public or protected classes found to document`
1 parent 308b103 commit 9dc8c31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

persistence/nosql/realms/impl/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@ dependencies {
5353
testCompileOnly(libs.jakarta.enterprise.cdi.api)
5454
}
5555

56-
tasks.withType<Javadoc> { isFailOnError = false }
56+
tasks.withType<Javadoc> {
57+
isFailOnError = false
58+
options.memberLevel = JavadocMemberLevel.PACKAGE
59+
}

0 commit comments

Comments
 (0)