From 03a1d58b927bc33cf6d87e97797548ecafabacc7 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Fri, 22 Mar 2024 09:14:31 -0400 Subject: [PATCH] Update README --- README.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 13114c2e..78694fd9 100644 --- a/README.adoc +++ b/README.adoc @@ -56,7 +56,7 @@ implementation("org.springframework.cloud:spring-cloud-starter-open-service-brok == Build -This project requires Java 8. +This project requires Java 17. The project is built with Gradle. The https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] allows you to build the project on multiple platforms and even if you do not have Gradle installed; run it in place of the `gradle` command (as `./gradlew`) from the root of the main project directory. @@ -68,10 +68,14 @@ Deploy the artifacts to your local maven repository: ./gradlew publishToMavenLocal -Perform all checks, including checkstyle, pmd, unit tests, and contract tests: +Perform all checks, including checkstyle, unit tests, and contract tests: ./gradlew check +Format source according to the https://github.com/spring-io/spring-javaformat[spring-javaformat] project standards + + ./gradlew format + Run only unit tests: ./gradlew test