Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#22440)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwordy authored Jun 23, 2021
1 parent ddafb5f commit ec3d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Could not find artifact com.azure:sdk-build-tools:jar:1.0.0 in ossrh (https://os

This is because the `sdk-build-tools` project isn't released to Maven. To resolve this issue you'll need to copy the `eng` folder locally then install `sdk-build-tools`.

`mvn clean install eng/code-quality-reports/pom.xml`
`mvn clean install -f eng/code-quality-reports/pom.xml`

All code in the Azure SDKs for Java repository must pass Checkstyle before being merged. The `sdk-build-tools` is updated periodically, so if a new branch fails Checkstyle you'll need to reinstall.

Expand Down

0 comments on commit ec3d882

Please sign in to comment.