Atualizar .gitea/workflows/build.yaml
All checks were successful
Build e Deploy / build-and-deploy (push) Successful in 10m14s
All checks were successful
Build e Deploy / build-and-deploy (push) Successful in 10m14s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build e Deploy Direto
|
||||
name: Build e Deploy
|
||||
run-name: Build & Deploy por ${{ gitea.actor }} 🚀
|
||||
|
||||
on:
|
||||
@@ -17,6 +17,7 @@ jobs:
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: 'maven' # Esta linha ativa o cache automático das dependências do Maven
|
||||
|
||||
- name: Corrigir Instalador e Instalar Maven
|
||||
run: |
|
||||
@@ -27,7 +28,6 @@ jobs:
|
||||
- name: Build do JAR (Sem Testes)
|
||||
run: |
|
||||
# O -DskipTests ignora os testes e foca só em gerar o arquivo
|
||||
# chmod +x mvnw
|
||||
mvn clean install -DskipTests
|
||||
|
||||
- name: Chamar Webhook do Coolify
|
||||
|
||||
Reference in New Issue
Block a user