mobile-cloud-asgn1
mobile-cloud-asgn1 copied to clipboard
Gradle error with gradle 6.0
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.
Could that be solved by using the Gradle Wrapper? https://docs.gradle.org/current/userguide/gradle_wrapper.html