Skip to content

Commit

Permalink
Update new-settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-bandihareesh authored Oct 1, 2024
1 parent 94f3c9e commit f5dd22b
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions travis/new-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,8 @@
<servers>
<server>
<id>artifact-registry</id>
<configuration>
<httpConfiguration>
<get>
<usePreemptive>true</usePreemptive>
</get>
<head>
<usePreemptive>true</usePreemptive>
</head>
<put>
<params>
<property>
<name>http.protocol.expect-continue</name>
<value>false</value>
</property>
</params>
</put>
</httpConfiguration>
</configuration>
<username>_json_key_base64</username>
<password>${env.ARTIFACT_REGISTRY_KEY}</password>
<username>oauth2accesstoken</username>
<password>${env.GCP_ACCESS_TOKEN}</password>
</server>
<server>
<id>ossrh</id>
Expand Down

0 comments on commit f5dd22b

Please sign in to comment.