scriptin / jmdict-simplified

JMdict, JMnedict, Kanjidic, KRADFILE/RADKFILE in JSON format
Creative Commons Attribution Share Alike 4.0 International
186 stars 13 forks source link

More directions on set up? #11

Closed naomi789 closed 5 years ago

naomi789 commented 5 years ago

I don't have much experience with gradle and I'm having a hard time getting this set up. Could you add directions for how to get started? I'm getting the message "FAILURE: Build failed with an exception." and "Could not determine java version from '12.0.1'" when I run "./gradlew tags" or "./gradlewtasks"

README said 'Java8+', but I'm wondering if this is not compatible with the newest version of Java, or if I skipped a step when setting up gradle.

scriptin commented 5 years ago

Hello,

There is no setup, you literally only need Java on your system. I believe you've had this problem because the Gradle wrapper provided within the project used an old version of Gradle, so I've pushed an update, now it uses Gradle 5.4.1 (see release notes on JDK12 support), so you may pull and try again.

If you simply need the resulting files, just use the latest release.

naomi789 commented 5 years ago

Thanks so much!!