Hi when i trying to build the project i am getting below error
* What went wrong:
A problem occurred evaluating root project 'recommender'.
> Plugin with id 'spring-boot' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Has anyone found a solution to this issue. mine originally was where it couldnt resolve the aritifacts for ‘:classpath’ and after reworking the build.gradle file i am getting this exact issue and my work has grinded to halt in the last week as im the only one in my team that is experiencing this issue. Anyone with any ideas would be much appreciated.
(also im using Gradle version 4.9, JDK 8 and SpringBootVersion is 1.4.2.RELEASE)