This message was deleted.
# community-support
s
This message was deleted.
v
If you first go to latest 6.x and fix all deprecation warnings from Gradle, it should usually mostly just work with 7.x
👍 1
🙌 1
r
Yes, I agree, it also finally works.
👌 1
The one I struggle with, is the old repo I tried to add springboot and I couldn't make it work. The one that works, was to create a new repo with gradle7.3/java8/springboot2.7.0 and just move the src/main and src/test on the old repo. The build.gradle I need still to add the jcenter() not just mavenCentral() or else the old codes will not work with the dependency.