Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JitPack fails to build project #75

Closed
Paul2708 opened this issue Mar 25, 2021 · 1 comment
Closed

JitPack fails to build project #75

Paul2708 opened this issue Mar 25, 2021 · 1 comment
Labels
bug Something isn't working as expected

Comments

@Paul2708
Copy link
Owner

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

  • simple-command: 0.4.0
@Paul2708 Paul2708 added the bug Something isn't working as expected label Mar 25, 2021
@Paul2708 Paul2708 mentioned this issue Mar 25, 2021
6 tasks
@Paul2708
Copy link
Owner Author

Closed in #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant