Skip to content

Commit 0b3b220

Browse files
committed
readme bootwar change to build
1 parent ab51b8d commit 0b3b220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Run the following in a local command prompt:
7878
On Linux or Mac:
7979

8080
```shell
81-
./gradlew clean bootWar
81+
./gradlew clean build
8282
```
8383
On Windows:
8484

8585
```shell
86-
gradlew.bat clean bootWar
86+
gradlew.bat clean build
8787
```
8888

8989
This creates a WAR file inside the `build/libs` directory.

0 commit comments

Comments
 (0)