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?

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
Post a Comment