Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin with id 'io.github.chao2zhang.livedatadebugger' not found. #1

Open
Atemu opened this issue Jul 29, 2021 · 3 comments
Open

Plugin with id 'io.github.chao2zhang.livedatadebugger' not found. #1

Atemu opened this issue Jul 29, 2021 · 3 comments

Comments

@Atemu
Copy link

Atemu commented Jul 29, 2021

Hi, when I add

apply plugin: 'io.github.chao2zhang.livedatadebugger'

to my module's build.gradle (as instructed by the README), gradle sync fails with this error message:

A problem occurred evaluating project ':app'.
> Plugin with id 'io.github.chao2zhang.livedatadebugger' not found.

Project's build.gradle:

allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
}
@chao2zhang
Copy link
Owner

Hello @Atemu , you will need to add mavenCentral() to your buildscript {}.

@Atemu
Copy link
Author

Atemu commented Dec 23, 2021

Hi @chao2zhang, as can be seen in my initial comment, mavenCentral() is already there.

@chao2zhang
Copy link
Owner

The code snippet adds repository to project dependencies, you would need to use add the repo to build dependencies.

https://docs.gradle.org/current/userguide/tutorial_using_tasks.html#sec:build_script_external_dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants