Skip to content

Commit d321e4e

Browse files
committed
Update readme
1 parent 9115a18 commit d321e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,13 @@ If you want to skip jar signing just change the skip configuration in the
583583

584584
### Build with Maven
585585

586-
Use maven (3.1+) to create a jar including all dependencies
586+
Use the Maven wrapper to create a jar including all dependencies
587587

588-
mvn clean install
588+
mvnw clean install
589589

590590
## Tech Stack
591591

592-
* Java 7
592+
* Java 7 (+ [errorprone](https://github.com/google/error-prone) static analyzer)
593593
* Maven
594594

595595
# Credits

0 commit comments

Comments
 (0)