Skip to content

Commit df16529

Browse files
authored
Update README.md (#91)
* Update README.md Modify the command that builds the memory footprint executable jar * Update README.md
1 parent a61ee45 commit df16529

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

play-validations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and variants.
2828
## Building the tool
2929

3030
```bash
31-
./gradlew :memory-footprint:jar
31+
./gradlew :memory-footprint:executable-jar
3232
java -jar ./memory-footprint/build/libs/memory-footprint.jar --help
3333
```
3434

third_party/wff/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ specific watch face XML files.
1919

2020
```shell
2121
cd third_party/wff
22-
./gradlew :specification:validator:build
22+
./gradlew :specification:validator:executable-jar
2323
```
2424

2525
The resulting JAR file can then be found at: `specification/validator/build/libs/wff-validator.jar`
@@ -39,4 +39,4 @@ java -jar wff-validator.jar 4 ~/MyWatchface/res/raw/watchface.xml
3939
```
4040

4141
[xsd-files]: specification/documents/1
42-
[wff-features]: https://developer.android.com/training/wearables/wff/features
42+
[wff-features]: https://developer.android.com/training/wearables/wff/features

0 commit comments

Comments
 (0)