build: add Maven Wrapper (#27)
Add Maven Wrapper to ensure consistent build environment and eliminate the need for a preinstalled Maven version. Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
This commit is contained in:
parent
9e529f8b99
commit
f47730e1ca
3 changed files with 486 additions and 0 deletions
2
.mvn/wrapper/maven-wrapper.properties
vendored
Normal file
2
.mvn/wrapper/maven-wrapper.properties
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
distributionType=only-script
|
||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.15/apache-maven-3.9.15-bin.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue