Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jtest supports Lombok versions 1.18.4 - 1.18.12 and 1.18.20 - 1.18.32.

Integrating

...

jtestcli with the Lombok Library

To integrate Jtest jtestcli with Lombok:

  1. In the command line, go to <JTEST_INSTALL_DIR>/integration/lombok.

  2. To integrate Jtest with Lombok 1.8.32, execute the following command:

    Code Block
    java -jar jtest-integration-lombok.jar

    This version of the Lombok library is available at https://projectlombok.org/downloads/lombok-1.18.32.jar.

    To integrate Jtest with a different version of the Lombok library, specify the URL or path to your lombok.jar using the lombokLocation command line option. For example:

    Code Block
    java -jar jtest-integration-lombok.jar -lombokLocation <LOMBOK_JAR_LOCATION>/lombok.jar

...