Skip to content

Commit 915016c

Browse files
chore: update repo semaphore config
1 parent a39a398 commit 915016c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ global_job_config:
2424
prologue:
2525
commands:
2626
- checkout
27-
- sem-version java 17
27+
- sem-version java 8
2828
- . cache-maven restore
2929

3030
blocks:
@@ -37,7 +37,7 @@ blocks:
3737
jobs:
3838
- name: Test
3939
commands:
40-
- . sem-pint
40+
- ci-sem-pint
4141
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
4242
- cve-scan
4343
- . cache-maven store

0 commit comments

Comments
 (0)