Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 424 Bytes

File metadata and controls

24 lines (16 loc) · 424 Bytes

Ladybug Java API

The Ladybug Java API is a Gradle project that provides a Java API to interact with the Ladybug platform. The build process of Gradle is configured to automatically build the JNI binding first and bundle it with the final JAR file.

Requirements

Java 11 or higher

Build

./gradlew build

Run test

./gradlew test

Run the example

cd example && gradle run