Skip to content

Commit a7439c7

Browse files
author
Dave Syer
committed
Mention Gradle build in readme
1 parent 094d302 commit a7439c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you
2626

2727
> NOTE: Windows users should set `git config core.autocrlf true` to avoid format assertions failing the build (use `--global` to set that flag globally).
2828
29+
> NOTE: If you prefer to use Gradle, you can build the app using `./gradlew build` and look for the jar file in `build/libs`.
30+
2931
## In case you find a bug/suggested improvement for Spring Petclinic
3032
Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues
3133

@@ -50,7 +52,7 @@ and for [PostgreSQL](https://github.com/spring-projects/spring-petclinic/blob/ma
5052

5153
## Compiling the CSS
5254

53-
There is a `petclinic.css` in `src/main/resources/static/resources/css`. It was generated from the `petclinic.scss` source, combined with the [Bootstrap](https://getbootstrap.com/) library. If you make changes to the `scss`, or upgrade Bootstrap, you will need to re-compile the CSS resources using the Maven profile "css", i.e. `./mvnw package -P css`.
55+
There is a `petclinic.css` in `src/main/resources/static/resources/css`. It was generated from the `petclinic.scss` source, combined with the [Bootstrap](https://getbootstrap.com/) library. If you make changes to the `scss`, or upgrade Bootstrap, you will need to re-compile the CSS resources using the Maven profile "css", i.e. `./mvnw package -P css`. There is no build profile for Gradle to compile the CSS.
5456

5557
## Working with Petclinic in your IDE
5658

0 commit comments

Comments
 (0)