Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 625 Bytes

infinispan-quarkus

Infinispan Quarkus based extensions and Server

How to build

  1. If you are using a non tagged version (e.g. master), ensure you have built the same version of Infinispan so that it is available in your maven repository.
  2. Download and extract the Java 11 version of GraalVM from https://github.com/graalvm/graalvm-ce-builds/releases for your distribution.
  3. Install native-image in the bin directory of the extracted graal runtime
    • gu install native-image
  4. Set the GRAALVM_HOME environment variable to the extracted graal runtime
  5. Build the project
    • mvn clean install -Dnative