Skip to content

Commit

Permalink
Resolve JDK 21 compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Oct 24, 2023
1 parent 90f3f53 commit 024fb7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static void compileWithDocumentationGenerator(
String outputDirectory, String path, String... lines) {
compile(
ImmutableList.of(
"-proc:none",
"-Werror",
"-Xlint:all,-processing,-serial",
"-Xplugin:DocumentationGenerator -XoutputDirectory=" + outputDirectory),
Expand Down

0 comments on commit 024fb7e

Please sign in to comment.