Skip to content

Commit

Permalink
Revert "Remove -Xlint:-options"
Browse files Browse the repository at this point in the history
This reverts commit 0b1a002.
  • Loading branch information
marcphilipp committed Sep 10, 2023
1 parent 0b1a002 commit e53f934
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ 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 e53f934

Please sign in to comment.