Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 379 Bytes

BUILD.md

File metadata and controls

24 lines (19 loc) · 379 Bytes

Build

This library can be built with JDK 17 and newer.

  • Set JAVA_HOME to JDK 17+
  • Setup Maven toolchain:
<toolchain>
    <type>jdk</type>
    <provides>
        <version>17</version>
    </provides>
    <configuration>
        <jdkHome>/path/to/jdk-17</jdkHome>
    </configuration>
</toolchain>
  • Execute:
$ ./mvnw clean install