diff --git a/docs/usage/java.md b/docs/usage/java.md
index 744a109c51fc0de04c1fc4ab9da0bd59d135aebc..4390f6edf4acd8299467e72671d368c3638285d8 100644
--- a/docs/usage/java.md
+++ b/docs/usage/java.md
@@ -138,10 +138,8 @@ There are multiple ways to configure Renovate to access Artifact Registry.
 
 #### Using Application Default Credentials / Workload Identity (Self-Hosted only)
 
-Just configure [ADC](https://cloud.google.com/docs/authentication/provide-credentials-adc) /
-[Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) as normal and _don't_
-provide a username, password or token. Renovate will automatically retrieve the credentials using the
-google-auth-library.
+Configure [ADC](https://cloud.google.com/docs/authentication/provide-credentials-adc) or [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) as normal and _don't_ provide a username, password or token.
+Renovate will automatically retrieve the credentials using the `google-auth-library`.
 
 #### Using long-lived service account credentials