Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
723 stars 51 forks source link

Adding of maven wrapper #136

Closed codefish1 closed 1 year ago

codefish1 commented 1 year ago

Small PR to add the maven wrapper to lower the barrier of entry for developers to have the correct version installed and configured on their machines.

This will also help to make the build more reproducible since the maven version is locked into the commit you are attempting o build.

codefish1 commented 1 year ago

Can you please use Maven version 3.8.x?

Updated to 3.8.7 - https://maven.apache.org/download.cgi

Randgalt commented 1 year ago

Thanks for the submission