com.uber.infer.task.Infer.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infer-plugin Show documentation
Show all versions of infer-plugin Show documentation
Gradle integration for infer static analyzer.
The newest version!
package com.uber.infer.task
class Infer extends InferAnalyzeCommand {
@Override
protected String getAnalyzerName() {
return "infer"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy