Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot get STS configured to properly import this as a gradle project. #21

Open
Brad4dm opened this issue May 26, 2017 · 2 comments
Open

Comments

@Brad4dm
Copy link

Brad4dm commented May 26, 2017

Can you please provide this as a maven project

@bodtx
Copy link

bodtx commented Jul 28, 2017

cannot build with gradle

  • What went wrong:
    A problem occurred evaluating root project 'spring-reactive-playground-master'.

Plugin with id 'spring-boot' not found.

@jerryh91
Copy link

jerryh91 commented Aug 2, 2017

If you change your buildscript you can resolve this issue:
https://stackoverflow.com/questions/26577805/spring-boot-gradle-plugin-cant-be-found

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'.
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants