(Linux) Instructions to download and build the core of the Agent Development Framework (ADF)
- Git
- OpenJDK Java 17
- Gradle
$ git clone https://github.com/roborescue/adf-core-java.git
$ cd adf-core-java
$ ./gradlew clean
$ ./gradlew build
To report a bug, suggest improvements or request support, please open an issue at GitHub https://github.com/roborescue/adf-core-java/issues.