Skip to content

Commit

Permalink
Fix shell command example for build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-vlcek authored Sep 19, 2022
1 parent a0e89a4 commit 2434625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ cat .github/workflows/CI.yml | yq .jobs.build.strategy.matrix.java
Build the artifacts:

```shell
$ .gradlew clean build
$ ./gradlew clean build
```
You will find final artifact (the ZIP archive) in the following location:

Expand Down Expand Up @@ -142,4 +142,4 @@ Let the community know. Create a new announcement in `OpenSearch` category and d

## Done!

It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee.
It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee.

0 comments on commit 2434625

Please sign in to comment.