Chicken-Bones / CodeChickenLib

GNU Lesser General Public License v2.1
65 stars 50 forks source link

Version of Gradle incompatible with Java 8 #53

Open sameer opened 8 years ago

sameer commented 8 years ago

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.

sameer commented 8 years ago

@Chicken-Bones

Chicken-Bones commented 8 years ago

Working on it