I am new to IntelliJ IDEA and i am trying to import an existing gradle project in my desktop , i have selected the import Project icon and then i gave the path to build.gradle file of the project i want to import , but i am getting this error :
Plugin [id: 'com.gradle.build-scan', version: '1.9'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.gradle.build-scan:com.gradle.build-scan.gradle.plugin:1.9')
Searched in the following repositories: Gradle Central Plugin Repository
Could any one help solving this problem ?