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

Merge pull request #16563 from dawinkweon/patch-2

Fix maven code example to match instructions
This commit is contained in:
Ramya Parimi
2022-04-20 07:10:36 -05: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: