Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
asm
asm
Commits
bc2420aa
Commit
bc2420aa
authored
Jun 12, 2022
by
Eric Bruneton
Browse files
Disable warnings for missing Javadoc comments in the privateJavadoc task.
parent
758e5192
Pipeline
#21538
passed with stage
in 6 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
bc2420aa
...
...
@@ -325,6 +325,7 @@ configure(subprojects.findAll { it.provides }) {
classpath
=
configurations
.
compileClasspath
destinationDir
=
file
(
"${javadoc.destinationDir}-private"
)
options
.
memberLevel
=
JavadocMemberLevel
.
PRIVATE
options
.
addBooleanOption
(
'Xdoclint:all,-missing'
,
true
)
}
check
.
dependsOn
privateJavadoc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment