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
I imported the project into Eclipse and get an error message:
Could not run phased build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-6.0-bin.zip'.
Build file '/home/marting/git/coursera-cloud-applications/mobile-cloud-asgn1/build.gradle' line: 2
An exception occurred applying plugin request [id: 'org.springframework.boot', version: '2.4.2']
Failed to apply plugin [id 'org.springframework.boot']
Spring Boot plugin requires Gradle 5 (5.6.x only) or Gradle 6 (6.3 or later). The current version is Gradle 6.0
When I set Specific Gradle version in the project to 6.3 I don't get the error.
I imported the project into Eclipse and get an error message:
When I set
Specific Gradle version
in the project to6.3
I don't get the error.Could that be solved by using the Gradle Wrapper? https://docs.gradle.org/current/userguide/gradle_wrapper.html
The text was updated successfully, but these errors were encountered: