-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format check fails on fresh repo checkout #14575
Comments
Hi, @willemvd. Thanks for the report. Does the problem still happen? What OS are you testing it? Are you using the latest version of the code? |
@marcusdacoregio yes this is still a problem. Just did a fresh clone of the repo and using on Mac 14.4.1
|
I was about to report the exact same thing. Fresh clone, main branch, exact same errors. I have Ubuntu 22.04.4 LTS with the Ubuntu packaged Java 21 on an Intel x86_64 class CPU (In my case in a VM on an Intel 11th gen i5 based NUC) I have noticed that I sometimes only get the error for spring-security-crypto and sometimes for both |
Hi everyone. Is it possible to consistently reproduce this error? I tried on my side with different environments but the build always passed. |
hi @marcusdacoregio , yes just did the following :
using a clean clone of the project
|
Hi @marcusdacoregio, This is the best I have so you can reproduce this problem. I'm reusing the docker images provided by Kasm. Assume you have an x86_64 based Linux machine with docker that you can run. Create a
Now build this so we have an Ubuntu desktop image with JDKs installed
Now you can run this and open a 'remote desktop' via your browser. So you start it:
Open a browser on https://localhost:6901 (ignore the self signed certificate errors). Login using user Then on that
And a minute later I see this: |
Describe the bug
After checking out the repository I want to run the
./gradlew format check
to make sure everything is ok before starting a new PR like described in the contribution documentation, but it fails withRunning it with a
./gradlew clean build
works without issues, but also invoking the./gradlew format check
after this fails with the same issueTo Reproduce
do a new git clone of the spring security main branch and run the
./gradlew format check
in the folderExpected behavior
I would expect the gradle task to finish without issues like described in the contribution documentation
Sample
Sample is in this case the main branch of the repository
The text was updated successfully, but these errors were encountered: