Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 224 Bytes

BUILD.md

File metadata and controls

7 lines (6 loc) · 224 Bytes

Building the Plugin

  $ java -version # Need Java 1.8, earlier versions are unsupported for build
  $ mvn -version # Need a modern maven version; maven 3.2.5 and 3.5.0 are known to work
  $ mvn clean install