From 69dc58cfd9e646253827cf5efe6d00fcf7cc4ca4 Mon Sep 17 00:00:00 2001 From: Esteban Lopez Valecky Date: Sat, 11 Nov 2023 01:56:03 +0100 Subject: [PATCH] chore: Update BUILDING.md with instructions --- BUILDING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index dacc00a75..8e2b422de 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -13,3 +13,14 @@ This will build all jars and documentation and publish them to your local Maven ``` --- + +## Generate Models + +> #### Work in Progress +> Its only covers the model generation of the following api specifications +> - BalanceControlService-v1 + +```shell +./gradlew openapiModelBalanceControlService-v1 +``` +