Skip to content

Commit 698ce57

Browse files
authored
Merge pull request #1 from redis-field-engineering/update-reademe
update readme to use gradlew instead
2 parents 86b3032 + 6698174 commit 698ce57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: samples/bluesky-sentiment-analysis/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in the frontend with Grafana.
1616
You can run the demo locally using docker by running:
1717

1818
```
19-
./mvnw clean package
19+
./gradlew build
2020
docker compose build
2121
docker compose up
2222
```
@@ -35,4 +35,4 @@ If you'd like to try running with more consumers remotely, there are terraform s
3535
terraform init
3636
terraform plan -var-file='.tfvars'
3737
terraform apply -var-file='.tfvars' --auto-approve
38-
```
38+
```

0 commit comments

Comments
 (0)