Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

JitPack fails to build project #75

Closed Paul2708 closed 3 years ago

Paul2708 commented 3 years ago

Description

JitPack fails to build the latest version of simple-commands, see here.

To Reproduce

Just run mvn clean install on a machine that has not Java 14 installed.

Solution

To fix this issue, the Java version of JitPack has to be changed. This can be done by adding a new file called jitpack.yml to the root directory of the project. This allows changing the Java version and further configurations. The documentation of JitPack explains in Java version how to change the version.

Versions

Paul2708 commented 3 years ago

Closed in #76