-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix most Javadoc warnings #1420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Alex Saveau <[email protected]>
@@ -32,16 +33,6 @@ allprojects { | |||
mavenLocal() | |||
} | |||
|
|||
// Skip Javadoc generation for Java 1.8 as it breaks build | |||
if (JavaVersion.current().isJava8Compatible) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍺 pour one out for one of the oldest hacks in the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well technically I just moved it down and changed the comment, but sure, I'll take it. 😁
|
||
setSource(project.the<BaseExtension>().sourceSets["main"].java.srcDirs) | ||
classpath += files(project.the<BaseExtension>().bootClasspath) | ||
classpath += files(project.the<LibraryExtension>().libraryVariants.map { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some code is just ugly in any language haha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup 😆
PSA: the only Javadoc warnings left are about |
No description provided.