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

added Maven Wrapper so JitPack will use the wrapper version of Maven #77

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

ScottiSws
Copy link
Contributor

The Maven Wrapper will let you set which version of Maven you want to use and will download it before building. You use ./mvnw instead of mvn now. The JitPack build log said it wanted 3.6.3 so I installed that was able to as test release with JitPack.

https://maven.apache.org/wrapper

Build using the wrapper instead of local Maven
./mvnw clean build install

Change maven version and update wrapper
./mvnw wrapper:wrapper -Dmaven=3.6.3

@renggli renggli merged commit 6a6cddc into petitparser:main Oct 26, 2024
@renggli
Copy link
Member

renggli commented Oct 26, 2024

Thank you, this looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants