-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add tests for Gradle incremental compilation #1075
Labels
Comments
The Dagger build deploys the artifacts to the local repository to be able to easily load them from the Gradle builds (run separately from the GitHub Actions workflow). (they don't test incremental processing AFAICT, only that everything works correctly, which includes the way they generate the POMs and JARs from the Bazel build) |
This was referenced May 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We broke Gradle incremental compilation in AutoValue 1.8 and AutoFactory 1.0, and furthermore I had to make 3 attempts to fix it before succeeding. The problem is that we don't use Gradle internally and it isn't part of our tests. We should add a test that ensures that it doesn't break again.
@tbroyer wrote:
Our tests are run from Maven, not Gradle, so it might be a bit trickier. We might need to launch one Gradle instance to have it run the test against a second Gradle instance.
The text was updated successfully, but these errors were encountered: