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

error: plug-in not found: ErrorProne #52

Closed
ygmkk opened this issue Dec 4, 2020 · 1 comment
Closed

error: plug-in not found: ErrorProne #52

ygmkk opened this issue Dec 4, 2020 · 1 comment
Labels
invalid This doesn't seem right

Comments

@ygmkk
Copy link

ygmkk commented Dec 4, 2020

my gradle setting as flow:
buildscript {
dependencies {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.3.0'
}
}
apply plugin: "net.ltgt.errorprone"
dependencies {
errorproneJavac("com.google.errorprone:javac:9+181-r4173-1")
}

but i get a build error:
error: plug-in not found: ErrorProne

thanks~

@ygmkk
Copy link
Author

ygmkk commented Dec 4, 2020

sorry i forget to add :
dependencies {
errorprone("com.google.errorprone:error_prone_core:$errorproneVersion")
}

@ygmkk ygmkk closed this as completed Dec 4, 2020
@tbroyer tbroyer added the invalid This doesn't seem right label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants