Skip to content

Commit

Permalink
fix: bach config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed Jul 4, 2022
1 parent bf5701d commit a8cbb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bach/project-info/project/PurejinConfigurator.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public Project configureProject(Project project) {
.with("-g")
.with("-encoding", "UTF-8")
.with("-parameters")
.with("-Xlintmissing-explicit-ctor"))
.with("-Xlint:-missing-explicit-ctor"))
.withTweak("test",
ToolCallTweak.WORKFLOW_COMPILE_CLASSES_JAVAC,
javac -> javac
Expand Down

0 comments on commit a8cbb33

Please sign in to comment.