Basic gradle-based Cumulocity IoT platform Java agent.
Connects to the Cumulocity platform and creates a new managed object.
gradle clean build
- build the applicationgradle run
- runs the applicationgradle jar
- generates the application jar inbuild/lib
java -jar build/libs/cumulocity-agent-1.0.0.jar
- executes the generated jar file