Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 259 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 259 Bytes

Developing kuflow-engine-client-java

This doc is intended for contributors to kuflow-engine-client-java

Development Environment

  • Java 11

Test and Build

Run all the tests with:

./mvnw test

Build with:

./mvnw install