I've learned Java language features in the past 3 months and compiled many projects using IntelliJ. The experience was great! But when I trying to learn Java Spring, I couldn't even get it running.
To run Spring, they introduce a new thing called Gradle. Why do we need it? I just couldn't figure out what Gradle is AFTER READING document on Gradle official site.
My previous java projects, class, packages was running perfectly. Why they invented Gradle? What is this thing?
Please be gentle. Thank you!