Atualizar .gitea/workflows/build.yaml
All checks were successful
Build e Deploy / build-and-deploy (push) Successful in 10m14s

This commit is contained in:
2026-02-26 23:49:32 +00:00
parent 48eab18fc8
commit 41547d6034

View File

@@ -1,4 +1,4 @@
name: Build e Deploy Direto name: Build e Deploy
run-name: Build & Deploy por ${{ gitea.actor }} 🚀 run-name: Build & Deploy por ${{ gitea.actor }} 🚀
on: on:
@@ -17,6 +17,7 @@ jobs:
with: with:
java-version: '21' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
cache: 'maven' # Esta linha ativa o cache automático das dependências do Maven
- name: Corrigir Instalador e Instalar Maven - name: Corrigir Instalador e Instalar Maven
run: | run: |
@@ -27,7 +28,6 @@ jobs:
- name: Build do JAR (Sem Testes) - name: Build do JAR (Sem Testes)
run: | run: |
# O -DskipTests ignora os testes e foca só em gerar o arquivo # O -DskipTests ignora os testes e foca só em gerar o arquivo
# chmod +x mvnw
mvn clean install -DskipTests mvn clean install -DskipTests
- name: Chamar Webhook do Coolify - name: Chamar Webhook do Coolify