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:
Committing the missing Gradle wrapper files.
Fixing formatting issues to ensure ./gradlew spotlessApply and ./gradlew spotlessCheck run successfully.
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: