Recently coming to a new project, I\'m trying to compile our source code. Everything worked fine yesterday, but today is another story.
Every time I\'m running
I had this issue in my GitLab CI build, which was using maven:3.5.4-jdk-8 Docker image.
maven:3.5.4-jdk-8
Changing it to maven:3.5.4-jdk-8-alpine fixed the problem.
maven:3.5.4-jdk-8-alpine