mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 10:08:58 +00:00
63c89f678d
LUCENE-10185 caused a large performance regression in ECJ tasks by using the --release flag. Instead of using --release, we can just disable "terminal deprecation", and leave this check to `javac`. The --release flag makes this tool run 50% slower.