We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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~
The text was updated successfully, but these errors were encountered:
sorry i forget to add : dependencies { errorprone("com.google.errorprone:error_prone_core:$errorproneVersion") }
Sorry, something went wrong.
No branches or pull requests
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~
The text was updated successfully, but these errors were encountered: