java - Can I save Eclipse files from a gradle tasks? -


i have gradle plugin installed eclipse. have task creates war us, there way eclipse save in menu item save java files opened before task starts create war?

eclipse menu option ctrl+shift+s want run in task.

it's possible plugins "save all"; see how can call save method in eclipse plugin....

but if plugin isn't programmed that, , exposing behavior in preference somewhere can set, you'll need edit source , recompile add functionality yourself.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -