1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Merge pull request #27072 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-04-20 05:47:46 -07:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots package
```
This workflow performs the following steps: