Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only recompile Java files that changed? #27

Open
stoeckley opened this issue Aug 11, 2018 · 1 comment
Open

Only recompile Java files that changed? #27

stoeckley opened this issue Aug 11, 2018 · 1 comment

Comments

@stoeckley
Copy link

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?

@ztellman
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants