Use -proc:only inside of task so that additional compilation is not performed

This commit is contained in:
marko-bekhta 2023-01-24 21:48:30 +01:00 committed by Steve Ebersole
parent e2640fc192
commit 8562e4b947
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ public class ConfigPropertyCollectorTask extends DefaultTask {
}
List<String> options = new ArrayList<>();
options.add( "-proc:only" );
options.add(
String.format(
Locale.ROOT,