We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dd0d2 commit 868cf02Copy full SHA for 868cf02
.github/workflows/build.yml
@@ -13,15 +13,13 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Set up JDK 19
+ - name: Set up JDK 17
17
uses: actions/setup-java@v3
18
with:
19
- java-version: '19'
+ java-version: '17'
20
distribution: 'adopt'
21
cache: maven
22
- name: Build estatisticas-estudantes-estruturado
23
run: mvn -B package --file estatisticas-estudantes-estruturado/pom.xml
24
- name: Build estatisticas-estudantes-funcional
25
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