File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -235,11 +235,12 @@ git clone https://github.com/kubernetes-client/gen
235235export GEN_ROOT=${PWD}
236236```
237237
238- Then to update the client:
238+ Then to update the client and run the formatter :
239239
240240``` sh
241241cd ${HOME} /src/java
242242${GEN_ROOT} /gen/openapi/java.sh kubernetes ./settings
243+ ./mvnw spotless:apply
243244```
244245
245246This should run through a long-ish build process involving ` docker ` and eventually result in a new set of
Original file line number Diff line number Diff line change 5151echo " >>> Running java generator from the gen repo"
5252" ${GEN_ROOT} /openapi/java.sh" " ${CLIENT_ROOT} " " ${SCRIPT_ROOT} /../settings"
5353
54+ echo " >>> Running formatter"
55+ ./mvnw spotless:apply
56+
5457echo " >>> Done."
You can’t perform that action at this time.
0 commit comments