Skip to content

Commit

Permalink
Fix extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Feb 6, 2023
1 parent 302d677 commit afb5720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ If your Gradle Enteprise can only be reached via a HTTP(S) proxy, edit the `netw

If your Gradle Enterprise server is using a certificate signed by an internal Certificate Authority (CA), edit the `network.settings` file and uncomment and update the lines that start with `javax.net.ssl.trustStore`, specifying where your custom trust store is, what type of trust store it is, and the password required to access the trust store.

In the unlikely and insecure case that your Gradle Enterprise server is using a self-signed certificate, edit the `network.settings` file and uncomment and update the lines that start with ` ssl`.
In the unlikely and insecure case that your Gradle Enterprise server is using a self-signed certificate, edit the `network.settings` file and uncomment and update the lines that start with `ssl`.

## Configuring custom value lookup names

Expand Down
2 changes: 1 addition & 1 deletion Maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If your Gradle Enteprise can only be reached via a HTTP(S) proxy, edit the `netw

If your Gradle Enterprise server is using a certificate signed by an internal Certificate Authority (CA), edit the `network.settings` file and uncomment and update the lines that start with `javax.net.ssl.trustStore`, specifying where your custom trust store is, what type of trust store it is, and the password required to access the trust store.

In the unlikely and insecure case that your Gradle Enterprise server is using a self-signed certificate, edit the `network.settings` file and uncomment and update the lines that start with ` ssl`.
In the unlikely and insecure case that your Gradle Enterprise server is using a self-signed certificate, edit the `network.settings` file and uncomment and update the lines that start with `ssl`.

## Configuring custom value lookup names

Expand Down

0 comments on commit afb5720

Please sign in to comment.