Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Could not find gradle.plugin.chrisney:enigma:1.0.0.8.

Open RobinLoots opened this issue 3 years ago • 1 comments

Hi there,

I have initialised my app with Github in Android Studio by going to VCS / Import into Version Control / Share Project on GitHub. I have never done that but I hope that this is ok. After implementing the described information I get the following error:

Could not find gradle.plugin.chrisney:enigma:1.0.0.8. Searched in the following locations:

  • file:/C:/Users/robin/.m2/repository/gradle/plugin/chrisney/enigma/1.0.0.8/enigma-1.0.0.8.pom
  • https://repo.maven.apache.org/maven2/gradle/plugin/chrisney/enigma/1.0.0.8/enigma-1.0.0.8.pom
  • https://jcenter.bintray.com/gradle/plugin/chrisney/enigma/1.0.0.8/enigma-1.0.0.8.pom
  • https://dl.google.com/dl/android/maven2/gradle/plugin/chrisney/enigma/1.0.0.8/enigma-1.0.0.8.pom Required by: project :

Do you have an idea? I am looking forward to your reply!

RobinLoots avatar Oct 21 '20 19:10 RobinLoots

I solved this by adding a maven entry into build.gradle (project).

**// Add Maven repo
maven {
  url "https://plugins.gradle.org/m2/"
}**

shivang1989 avatar May 30 '21 09:05 shivang1989