CodeChickenLib
CodeChickenLib copied to clipboard
Version of Gradle incompatible with Java 8
Attempting to use the current version of Gradle in CodeChickenLib with Java 8 returns the error: NoClassDefFoundError: [Ljava/util/HashMap$Entry
As explained here, Gradle 2.0 supports Java 8.
@Chicken-Bones
Working on it