Merge pull request #16563 from dawinkweon/patch-2
Fix maven code example to match instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user