Skip to content

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