jetty / jetty.website

Antora-based jetty.org website.
https://jetty.org
Eclipse Public License 2.0
0 stars 2 forks source link

Use mvnw to avoid depending on some random gha and use build in cache from setup-java #25

Closed olamy closed 2 months ago

mojavelinux commented 2 months ago

I like this change, though wouldn't it be better to just add mvnw to the repository?

mvn wrapper:wrapper -Dtype=only-script -Dmaven=3.9.6

That way, everyone starts on the same page.

olamy commented 2 months ago

why not. I don't have a strong opinion. My primary goal was to avoid using random gha without git hash as a version. I will update the PR