I am trying to upgrade spring boot from 3.3.13 to 3.5.7. Using gradle Gradle 4.8. Getting this error
A problem occurred configuring root project 'test-project.
> java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file /Users/sachinhr/.gradle/caches/jars-9/b622d58fb9140b4bb070fced1ad683db/spring-core-6.2.12.jar.
> Tried deleting gradle cache and rebuilding. Still gives same error
c
Chris Lee
11/26/2025, 5:01 PM
Perhaps try with a newer version of Gradle? 4.8 is ancient.
v
Vampire
11/26/2025, 5:10 PM
Or at least share a build
--scan
URL or
--stacktrace
, but that might lead to the same recommendation. 🙂