Atualizar .gitea/workflows/build.yaml
All checks were successful
Build e Deploy Direto / build-and-deploy (push) Successful in 52s
All checks were successful
Build e Deploy Direto / build-and-deploy (push) Successful in 52s
This commit is contained in:
@@ -18,6 +18,12 @@ jobs:
|
|||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
|
- name: Corrigir Instalador e Instalar Maven
|
||||||
|
run: |
|
||||||
|
sudo dpkg --configure -a
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y maven
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user