-
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 a test for Gradle incremental compilation with AutoValue. #1076
Conversation
Thanks for the pointer! That tells me what I had already discovered, that the Gradle installation directory is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have comments but they are mostly nitpicking; this is good to go.
<dependency> | ||
<groupId>dev.gradleplugins</groupId> | ||
<artifactId>gradle-test-kit</artifactId> | ||
<version>6.8.3</version> | ||
<scope>test</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, didn't know about these redistributions (by former Gradle, Inc. employees), this is great!
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
value/src/it/functional/src/test/java/com/google/auto/value/GradleTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is OK now. It certainly is tedious to test by pushing and waiting!
Partial fix for #1075. Still need a test for AutoFactory.
Many thanks to @tbroyer for help developing this.