feat: update distributionManagement
Some checks failed
Release / release (push) Failing after 1m10s

This commit is contained in:
lucasdpt
2025-09-22 00:37:38 +02:00
parent 6f2779eb14
commit 0dfacaaade
3 changed files with 13 additions and 10 deletions

View File

@@ -1,11 +1,15 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<settings>
<servers>
<server>
<id>maven-releases</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
<id>gitea</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>token {access_token}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>