Add Maven wrapper

This commit is contained in:
Jake Wharton
2020-06-08 20:09:58 -04:00
parent dd8611a1d9
commit c63f7cc5d0
7 changed files with 613 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ forking the repository and sending a pull request.
When submitting code, please make every effort to follow existing conventions
and style in order to keep the code as readable as possible. Please also make
sure your code compiles by running `mvn clean verify`. Checkstyle failures
sure your code compiles by running `./mvnw clean verify`. Checkstyle failures
during compilation indicate errors in your style and can be viewed in the
`checkstyle-result.xml` file.