From 6f9dbf5a9edc57f89ea3d1fb5f9e6cf4975d63bf Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 22 Aug 2022 11:56:41 +0000 Subject: [PATCH] Mention Gradle at top level in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c610b92e6..8ee884876 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ See the presentation here ## Running petclinic locally -Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line (it should work just as well with Java 11 or newer): +Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 11 or newer): ```