palantir / gradle-processors

Gradle plugin for integrating Java annotation processors
Apache License 2.0
63 stars 23 forks source link

Upgrade to Gradle 7, require min Java 8 #242

Open AlexLandau opened 2 years ago

AlexLandau commented 2 years ago

Before this PR

Was using Gradle 4.x to build, preventing use of composite builds and other niceties

After this PR

Upgrade to Gradle 7; explicitly set source/target compatibilities to Java 8 while we're at it

Possible downsides?

Is anyone going to use a new release of this with Java 7? I hope not