Skip to content

Commit

Permalink
use ecj compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Apr 21, 2024
1 parent c35f9e0 commit 52ae3e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/project/java/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ public class Project extends bee.api.Project {
require("org.apache.commons", "commons-lang3").atTest();
require("org.slf4j", "slf4j-nop").atTest();
}

public static class Compile extends bee.task.Compile {
{
useECJ = true;
}
}
}

0 comments on commit 52ae3e6

Please sign in to comment.