Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ankicabarisic committed Aug 19, 2024
1 parent 32cced0 commit bf38012
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit bf38012

Please sign in to comment.