mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 03:38:16 +00:00
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 FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
|
||||
}
|
||||
|
||||
List<String> options = new ArrayList<>();
|
||||
options.add( "-proc:only" );
|
||||
options.add(
|
||||
String.format(
|
||||
Locale.ROOT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user