Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 490 Bytes

Java Orchestrator

Code Style

  • Stick to the configured code style
    • Eclipse formatter definition: eclipse-formatter.xml
    • To validate the code base run ./mvnw formatter:validate
    • To reformat the code base run ./mvnw formatter:format
  • Stick to the configured import order
    • Import order configuration of plugin net.revelc.code:impsort-maven-plugin in pom.xml
    • To validate import order run ./mvnw impsort:check
    • To organize imports run ./mvnw impsort:sort