You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had multiple gradle versions installed on my machine, when I faced this issue. I removed all except one version, the issue is gone. Not sure why that's a problem.
Getting this pop-up when trying to format Java files
Spotless Settings in VS Code:
Sample Project: https://github.com/overfullstack/ds-algo
Spotless Config: https://github.com/overfullstack/ds-algo/blob/master/buildSrc/src/main/kotlin/ds-algo.root-conventions.gradle.kts#L26
This has a mix of both Kotlin and Java
./gradlew spotlessDiagnose --no-configuration-cache
succeeds and Spotless is setup correctly as./gradlew spotlessApply
works as expectedThe text was updated successfully, but these errors were encountered: