79188297

Date: 2024-11-14 10:28:51
Score: 0.5
Natty:
Report link

After a long search, a colleague was able to find the solution to the problem.

A .gitattributes file was committed in the project. In it, the *.jar files were configured as Git LFS files.

*.jar filter=lfs diff=lfs merge=lfs -text

Due to a merge, the gradle-wrapper.jar file was destroyed and could no longer be read.

After deleting the configuration for *.jar files and recreating the gradle-wrapper.jar, ./gradlew can now be used without an error.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: tgallei