Skip to content

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

Merged
merged 1 commit into from
Aug 27, 2018
Merged

Fix most Javadoc warnings #1420

merged 1 commit into from
Aug 27, 2018

Conversation

SUPERCILEX
Copy link
Collaborator

No description provided.

Signed-off-by: Alex Saveau <[email protected]>
@SUPERCILEX SUPERCILEX requested a review from samtstern as a code owner August 27, 2018 05:36
@@ -32,16 +33,6 @@ allprojects {
mavenLocal()
}

// Skip Javadoc generation for Java 1.8 as it breaks build
if (JavaVersion.current().isJava8Compatible) {
Copy link
Contributor

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.

Copy link
Collaborator Author

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 {
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup 😆

@samtstern samtstern merged commit a8c0f47 into firebase:version-4.2.0-dev Aug 27, 2018
@SUPERCILEX SUPERCILEX deleted the docs branch August 27, 2018 22:15
@SUPERCILEX
Copy link
Collaborator Author

PSA: the only Javadoc warnings left are about R.java files. Will need to figure that one out later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants