Minestom / VanillaReimplementation

Reimplementation of Vanilla features in Minestom
Apache License 2.0
126 stars 31 forks source link

Cannot use on JitPack #6

Closed TheKodeToad closed 4 years ago

TheKodeToad commented 4 years ago

When using JitPack (https://jitpack.io/#Minestom/VanillaReimplementation) the build fails due to trying to build the project with JDK 8. This means you can't add the dependency to Gradle or Maven.

YouHaveTrouble commented 4 years ago

It works just fine, it's your IDE trying to force different java version. If you're using IntelliJ go to Run/Debug configurations and make sure JRE is set to java 11 or higher.