Closed jakekdodd closed 6 years ago
Why? AutoValue's processor requires Java 8 so this isn't going to prevent the requirement to use JDK 8 in your builds.
@JakeWharton #157. I didn't read through the whole conversation but you're welcome to do so.
The build on master
is failing (regardless of whether you build with JDK 7 or 8—I haven't touched 7 in years) and the fix only took a minute, so I did it. Since AutoValue's processor requires JDK 8 anyways, we should probably just revert the commit(s) that busted the build
isn't this change the culprit? https://github.com/rharter/auto-value-gson/pull/145 why did the build for it succeed?
@NightlyNexus the CI build happened last August when that PR was first submitted, which was before the Java 8 source was merged
ahaha. good eye. perhaps Ryan would accept a PR to revert that.
Broken in #157
(sorry for the couple of automatic whitespace changes...I can resubmit without those if you wish)