Skip to content
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

Elimnate javac warnings [databricks] #8342

Merged
merged 4 commits into from
May 23, 2023

Conversation

gerashegalov
Copy link
Collaborator

  • add Werror to javac args
  • suppress unavoidable warnings
  • disable linter for "unclaimed" annotations

Fixes #6789

- add Werror to javac args
- suppress unavoidable warnings
- disable linter for "unclaimed" annotations

Fixes NVIDIA#6789

Signed-off-by: Gera Shegalov <[email protected]>
@gerashegalov gerashegalov added the task Work required that improves the product but is not user facing label May 22, 2023
@gerashegalov gerashegalov self-assigned this May 22, 2023
jlowe
jlowe previously approved these changes May 22, 2023
@gerashegalov
Copy link
Collaborator Author

build

@gerashegalov gerashegalov requested a review from jlowe May 22, 2023 23:39
@gerashegalov gerashegalov merged commit 143b16b into NVIDIA:branch-23.06 May 23, 2023
@gerashegalov gerashegalov deleted the javacErrors branch May 23, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add -Werror to javac args for scala-maven-plugin
2 participants