Skip to content

Commit 8796695

Browse files
authored
Merge pull request #3374 from ctlove0523/master
Update document:retrofit use gradle as build tool,maven cmd not works.
2 parents ab1d46d + 467764b commit 8796695

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ forking the repository and sending a pull request.
66

77
When submitting code, please make every effort to follow existing conventions
88
and style in order to keep the code as readable as possible. Please also make
9-
sure your code compiles by running `mvn clean verify`. Checkstyle failures
10-
during compilation indicate errors in your style and can be viewed in the
11-
`checkstyle-result.xml` file.
9+
sure your code compiles by running `./gradlew build` (or `gradlew.bat build` on Windows).
1210

1311
Before your code can be accepted into the project you must also sign the
1412
[Individual Contributor License Agreement (CLA)][1].

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h4>R8 / ProGuard</h4>
182182
<section id="contributing">
183183
<h3>Contributing</h3>
184184
<p>If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.</p>
185-
<p>When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Please also make sure your code compiles by running <code>mvn clean verify</code>.</p>
185+
<p>When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Please also make sure your code compiles by running <code>./gradlew build</code> (or <code>gradlew.bat build</code> for Windows).</p>
186186
<p>Before your code can be accepted into the project you must also sign the <a href="https://squ.re/sign-the-cla">Individual Contributor License Agreement (CLA)</a>.</p>
187187
</section>
188188

0 commit comments

Comments
 (0)