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
However, I'm now getting below error importing in Eclipse Oxygen. If I follow error message and generate new Gradle wrapper classes/jar for Gradle 4.X, then while import, I'm getting a few methods not found errors.
Synchronize Gradle projects with workspace failed due to an error in the referenced Gradle build.
Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.14.1-bin.zip'.
Build file '/Users/jerryhou/Documents/workspace/spring-reactive-playground/build.gradle' line: 16
A problem occurred evaluating root project 'spring-reactive-playground'.
Failed to apply plugin [class 'org.springframework.boot.gradle.plugin.SpringBootPlugin']
Spring Boot plugin requires Gradle 4.0 or later. The current version is Gradle 2.14.1
org.gradle.tooling.BuildException: Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.14.1-bin.zip'.
...
Can you please provide this as a maven project
The text was updated successfully, but these errors were encountered: