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

Extension with name 'consoleReporter' does not exist #14

Open
ardevd opened this issue Apr 25, 2019 · 7 comments
Open

Extension with name 'consoleReporter' does not exist #14

ardevd opened this issue Apr 25, 2019 · 7 comments

Comments

@ardevd
Copy link

ardevd commented Apr 25, 2019

After updating to 0.6.2 I get the following error when building:

Extension with name 'consoleReporter' does not exist

Any idea why that might be? I'm coming from 0.5.0.

@ardevd
Copy link
Author

ardevd commented Apr 25, 2019

never mind, moving apply plugin: 'com.github.ksoichiro.console.reporter' from app/build.gradle to the project level build.gradle solved it.

@ardevd ardevd closed this as completed Apr 25, 2019
@ardevd ardevd reopened this Apr 25, 2019
@ardevd
Copy link
Author

ardevd commented Apr 25, 2019

applying the plugin in the project level build.gradle file doesnt seem to work very well. I still think there is an issue here since v0.5.0 works fine.

@ksoichiro
Copy link
Owner

v0.6 has a breaking change (a9afddf).
It might be related to your issue.
Could you show me some sample code to reproduce your problem?

@toedter
Copy link

toedter commented May 2, 2019

same here with Gradle 5.4.1 and Java 8 131.
This applies when I have the following in a sub project:

plugins {
  id "com.github.ksoichiro.console.reporter" version "0.6.2"
}

If I put it on top level, gradle does not complain, but the reporter does not report anything in the subproject.

@hamadycisse
Copy link

I have the same issue since I have updated to gradle 5.1.1

Extension with name 'consoleReporter' does not exist

@imGurpreetSK
Copy link

Any resolution to this issue? I'm facing the same Extension with name 'consoleReporter' does not exist error.

@mattdkerr
Copy link

If you use Kotlin DSL then you can only access consoleReporter from the root project area, but you can't modify any config because they are not properly registered to receive something. I tried using .run and while it looks like it has access, it doesn't seem to change behaviors.

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

6 participants