jitpack.io
jitpack.io copied to clipboard
c64graphics-converters/1.43.3 build
Please provide:
- Link to build log from https://jitpack.io
https://jitpack.io/org/bitbucket/PlushC64/c64graphics-converters/1.43.3/build.log
- Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
Yes
- What error are you seeing?
Detected Maven Version: 3.6.1 is not in the allowed range [3.6.3,).
Thank you!
According to https://maven.apache.org/docs/history.html Maven is at 3.9.9 on the 3.9.x tree And on 3.6.3 on the 3.6x tree
Jitpack needs a Maven update.
You might consider using this docker image from docker.io: docker.io/maven:3-eclipse-temurin-21-alpine
See also this PR: https://github.com/jitpack/dockerfiles/pull/4
This issue is stale because it has been open for 30 days with no activity.
Nothing? Really?
This issue is stale because it has been open for 30 days with no activity.
Ping!
Ping from me too!
I worked out you can use a later version of Maven using a custom command with a wrapper.
In the root of my project, I created the jitpack.yml file with the contents:
install:
- mvn wrapper:wrapper -Dmaven=3.6.3
- ./mvnw install -DskipTests
This issue is stale because it has been open for 30 days with no activity.
Issue is stale because no one cares to do something about it.
We recommend generating the Maven wrapper locally and commiting it to your repository.
mvn wrapper:wrapper -Dmaven=3.6.3
Then JitPack will use the wrapper to build with version 3.6.3
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.