From bf38012ecb5f0db7c8f80a83414853e3ee9a5d5b Mon Sep 17 00:00:00 2001 From: ankicabarisic Date: Mon, 19 Aug 2024 09:38:05 +0200 Subject: [PATCH] spotless apply --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db71709..e4f214d 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ cd scheduling-abstraction-layer 2. Build the microservice: ```bash -# build the project using Gradle -./gradlew spotlessApply clean build --refresh-dependencies -# use '-x test' in the end to skip the tests during the build +# Apply Spotless code formatting, clean the project, and build using Gradle +./gradlew spotlessApply clean build --refresh-dependencies + +# Use the '-x test' flag at the end to skip running tests during the build process ``` The generated `.war` file will be located at: `scheduling-abstraction-layer/sal-service/build/libs/scheduling-abstraction-layer-xxx.war`.