Use -proc:only inside of task so that additional compilation is not performed
This commit is contained in:
parent
e2640fc192
commit
8562e4b947
|
@ -130,6 +130,7 @@ public class ConfigPropertyCollectorTask extends DefaultTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
List<String> options = new ArrayList<>();
|
List<String> options = new ArrayList<>();
|
||||||
|
options.add( "-proc:only" );
|
||||||
options.add(
|
options.add(
|
||||||
String.format(
|
String.format(
|
||||||
Locale.ROOT,
|
Locale.ROOT,
|
||||||
|
|
Loading…
Reference in New Issue