Skip Javadoc generation for the GraalVM feature module
It is currently broken due to missing modules/exports configuration and it is not a public API we want to document. Closes gh-29178
This commit is contained in:
@@ -21,6 +21,10 @@ tasks.withType(JavaCompile) {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Javadoc) {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
eclipse.classpath.file {
|
eclipse.classpath.file {
|
||||||
whenMerged {
|
whenMerged {
|
||||||
entries.find{ it.path ==~ '.*JRE_CONTAINER.*' }.each {
|
entries.find{ it.path ==~ '.*JRE_CONTAINER.*' }.each {
|
||||||
|
|||||||
Reference in New Issue
Block a user