remove some tags from maven settings
This commit is contained in:
parent
ea1d47b751
commit
896f7a12b7
@ -10,10 +10,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# - name: Set up Maven
|
- name: Set up Maven
|
||||||
# uses: stCarolas/setup-maven@v5
|
uses: stCarolas/setup-maven@v5
|
||||||
# with:
|
with:
|
||||||
# maven-version: 3.9.9
|
maven-version: 3.9.9
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@ -36,14 +36,14 @@ jobs:
|
|||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<configuration>
|
# <configuration>
|
||||||
<httpHeaders>
|
# <httpHeaders>
|
||||||
<property>
|
# <property>
|
||||||
<name>Authorization</name>
|
<name>Authorization</name>
|
||||||
<value>token ${{ secrets.ACCESS_TOKEN }}</value>
|
<value>token ${{ secrets.ACCESS_TOKEN }}</value>
|
||||||
</property>
|
# </property>
|
||||||
</httpHeaders>
|
# </httpHeaders>
|
||||||
</configuration>
|
# </configuration>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user