I've created a Springboot+Angular project using JHipster Online and when I'm trying to import this application to eclipse as a gradle project I see below error, which is blocking me to move forward on setting up and running this app. Any advice on this?
Error:
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\GIT_REPO\TestProject\build.gradle' line: 22
* What went wrong:
Plugin [id: 'com.google.cloud.tools.jib', version: '0.9.11'] 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.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin:0.9.11')
Searched in the following repositories:
Gradle Central Plugin Repository