We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d25f9 commit bd86c7fCopy full SHA for bd86c7f
2 files changed
README.md
@@ -235,11 +235,12 @@ git clone https://github.com/kubernetes-client/gen
235
export GEN_ROOT=${PWD}
236
```
237
238
-Then to update the client:
+Then to update the client and run the formatter:
239
240
```sh
241
cd ${HOME}/src/java
242
${GEN_ROOT}/gen/openapi/java.sh kubernetes ./settings
243
+./mvnw spotless:apply
244
245
246
This should run through a long-ish build process involving `docker` and eventually result in a new set of
scripts/update-client.sh
@@ -51,4 +51,7 @@ fi
51
echo ">>> Running java generator from the gen repo"
52
"${GEN_ROOT}/openapi/java.sh" "${CLIENT_ROOT}" "${SCRIPT_ROOT}/../settings"
53
54
+echo ">>> Running formatter"
55
56
+
57
echo ">>> Done."
0 commit comments