virgil icon indicating copy to clipboard operation
virgil copied to clipboard

Only recompile Java files that changed?

Open stoeckley opened this issue 6 years ago • 1 comments

Is there a way for this to only recompile those java files that have actually changed and would need new class files? It’s currently recompiling lots of large Protobuf files which never change, and the delay to do all of this is killing me. Any suggestions?

stoeckley avatar Aug 11 '18 00:08 stoeckley

You'd need to recompile the files that have changed and all their downstream dependencies, but the building blocks are there to identify those. I've been meaning to get around to this eventually, but in the meantime PRs are welcome if anyone else wants to take a stab.

ztellman avatar Aug 11 '18 00:08 ztellman