Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 261 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 261 Bytes

Developing kuflow-engine-samples-java

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

Development Environment

  • Java 17

Test and Build

Run all the tests with:

./mvnw test

Build with:

./mvnw install