Skip to content

Commit 47ed258

Browse files
committed
make build command more specific
1 parent 6a6de13 commit 47ed258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibm-mq-metrics/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Please turn on those events to take advantage of this monitoring.
6161
Build the package with:
6262

6363
```shell
64-
./gradlew shadowJar
64+
cd ibm-mq-metrics
65+
../gradlew shadowJar
6566
```
6667

6768
Note: Due to restrictive licensing, this uber-jar (fat-jar) does not include the IBM client jar f

0 commit comments

Comments
 (0)