jitpack.io icon indicating copy to clipboard operation
jitpack.io copied to clipboard

c64graphics-converters/1.43.3 build

Open Brixomatic opened this issue 1 year ago • 4 comments

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!

Brixomatic avatar Sep 14 '24 21:09 Brixomatic

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

Brixomatic avatar Sep 14 '24 21:09 Brixomatic

See also this PR: https://github.com/jitpack/dockerfiles/pull/4

Brixomatic avatar Sep 15 '24 13:09 Brixomatic

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 16 '24 02:10 github-actions[bot]

Nothing? Really?

Brixomatic avatar Oct 16 '24 02:10 Brixomatic

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Nov 16 '24 02:11 github-actions[bot]

Ping!

Brixomatic avatar Nov 16 '24 06:11 Brixomatic

Ping from me too!

ladrl avatar Dec 02 '24 15:12 ladrl

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

nomadjimbob avatar Dec 26 '24 11:12 nomadjimbob

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jan 26 '25 01:01 github-actions[bot]

Issue is stale because no one cares to do something about it.

Brixomatic avatar Jan 26 '25 16:01 Brixomatic

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

jitpack-io avatar Jan 30 '25 12:01 jitpack-io

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Mar 05 '25 02:03 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar May 15 '25 02:05 github-actions[bot]