Bradltr95 / spring-boot

Spring boot project for writing APIs and connecting to a DB using Docker.
MIT License
2 stars 0 forks source link

Fix Gradle wrapper issue and formatting for Spotless checks #19

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

Issue Identified

The gradle-wrapper.jar was not committed to the repository, which caused builds to fail in CI/CD environments even though tests ran successfully locally. As a result, tests were being bypassed during remote builds.

This PR resolves the issue by: