Skip to content

Commit 34ac022

Browse files
committed
Update gradle build command in Readme to exclude tests
1 parent db8309a commit 34ac022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/weather-stdio-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The project provides:
3030
Use the Gradle wrapper to build the application. In a terminal run:
3131

3232
```shell
33-
./gradlew clean build
33+
./gradlew clean build -x test
3434
```
3535

3636
To run the server:

0 commit comments

Comments
 (0)