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