Actualización workflow 4 gpg-plugin desactivado

This commit is contained in:
2025-05-15 22:32:24 +02:00
parent 2cad2e947c
commit f5ac0c08a9

View File

@@ -21,10 +21,9 @@ jobs:
with:
distribution: 'temurin'
java-version: '23'
cache: 'maven'
- name: Build with Maven
run: mvn clean package
run: mvn clean package -Dgpg.skip=true
- name: Create Maven settings.xml
run: |
@@ -45,7 +44,7 @@ jobs:
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
- name: Publish to Gitea Package Registry
run: mvn deploy -DaltDeploymentRepository=gitea::default::https://git.h4ckdata.es/api/packages/h4ckx0r/maven
run: mvn deploy -DaltDeploymentRepository=gitea::default::https://git.h4ckdata.es/api/packages/h4ckx0r/maven -Dgpg.skip=true
env:
USER_GITEA: ${{ secrets.USER_GITEA }}
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}