File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3232java -jar ./memory-footprint/build/libs/memory-footprint.jar --help
3333```
3434
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ specific watch face XML files.
1919
2020``` shell
2121cd third_party/wff
22- ./gradlew :specification:validator:build
22+ ./gradlew :specification:validator:executable-jar
2323```
2424
2525The 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
You can’t perform that action at this time.
0 commit comments