Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 377 Bytes

File metadata and controls

18 lines (12 loc) · 377 Bytes

dataIO

Development

Requirements

To build this project, JDK 21 and Apache Maven are required.

NOTE: Special job-store-service testing setup. see more in job-store-service/README.md

Scripts

  • clean - clears build artifacts
  • build - builds and tests artifacts (including docker images)
./clean && ./build