Skip to content

Commit c908f7b

Browse files
committed
use abstract path to jar in instructions
1 parent df9a033 commit c908f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ as per [POSIX env var definition](https://pubs.opengroup.org/onlinepubs/96999197
7878
2. Move the jar into its well-known location.
7979

8080
```shell
81-
mv ~/.m2/repository/com/google/api/gapic-generator-java/{version}/gapic-generator-java-{version}.jar "${HOME}/.library_generation/gapic-generator-java.jar"
81+
mv /path/to/jar "${HOME}/.library_generation/gapic-generator-java.jar"
8282
```
8383

8484
#### Put the protobuf compiler in its well-known location

0 commit comments

Comments
 (0)