Open AlexLandau opened 2 years ago
Was using Gradle 4.x to build, preventing use of composite builds and other niceties
Upgrade to Gradle 7; explicitly set source/target compatibilities to Java 8 while we're at it
Is anyone going to use a new release of this with Java 7? I hope not
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