georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

Update to Maven 3.8.6 #53

Closed sparsick closed 1 year ago

sparsick commented 1 year ago
bmarwell commented 1 year ago

Hmmm

+ echo $JAVA_HOME
/opt/java/openjdk
+ mvn -V clean verify --fail-at-end --batch-mode
The JAVA_HOME environment variable is not defined correctly,

Ok, what about using adoptopenjdk/openjdk8-openj9:ubi and mvnw? https://hub.docker.com/r/adoptopenjdk/openjdk8-openj9/

Can do a PR if interested.

sparsick commented 1 year ago

I'm wondering why this image works on my local machine. I think the root cause is drone ci and this I want to find out why