Please Note: API provider keys and credentials must be configured in application.properties before running tests or starting the application locally.
./gradlew test -i./gradlew bootRun# Clean build artifacts
./gradlew clean
# Build the project
./gradlew build
# Clean and build
./gradlew clean build