Skip to content

Commit

Permalink
Remove -Xlint:-options
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 10, 2023
1 parent 060f2c4 commit 0b1a002
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ void compile() throws Exception {
var result = Request.builder() //
.setTool(new Javac()) //
.setProject("standalone") //
.addArguments("-Xlint:-options") //
.addArguments("--release", "8") //
.addArguments("-proc:none") //
.addArguments("-d", workspace.resolve("bin")) //
Expand Down

0 comments on commit 0b1a002

Please sign in to comment.