Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 416 Bytes

Cumulocity Java Agent

Basic gradle-based Cumulocity IoT platform Java agent.

Connects to the Cumulocity platform and creates a new managed object.

Tasks

  • gradle clean build - build the application
  • gradle run - runs the application
  • gradle jar - generates the application jar in build/lib
  • java -jar build/libs/cumulocity-agent-1.0.0.jar - executes the generated jar file