Skip to content

Commit

Permalink
Disable annotation processing to hide new deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jul 6, 2023
1 parent c19719a commit e2673f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ void compile() throws Exception {
var result = Request.builder() //
.setTool(new Javac()) //
.setProject("standalone") //
.addArguments("-proc:none") //
.addArguments("-d", workspace.resolve("bin")) //
.addArguments("--class-path", MavenRepo.jar("junit-platform-console-standalone")) //
.addArguments(workspace.resolve("src/standalone/JupiterIntegration.java")) //
Expand Down

0 comments on commit e2673f0

Please sign in to comment.