Skip to content

Commit 868cf02

Browse files
committed
Corrige build workflow
Signed-off-by: Manoel Campos <[email protected]>
1 parent 08dd0d2 commit 868cf02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 19
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '19'
19+
java-version: '17'
2020
distribution: 'adopt'
2121
cache: maven
2222
- name: Build estatisticas-estudantes-estruturado
2323
run: mvn -B package --file estatisticas-estudantes-estruturado/pom.xml
2424
- name: Build estatisticas-estudantes-funcional
2525
run: mvn -B package --file estatisticas-estudantes-funcional/pom.xml
26-
- name: Build projeto-base
27-
run: mvn -B package --file projeto-base/pom.xml

0 commit comments

Comments
 (0)