com.uber.infer.task.DeleteInferConfig.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
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.TaskAction
public class DeleteInferConfig extends DefaultTask {
@TaskAction
def deleteInferConfig() {
new File(project.projectDir.absolutePath + "/.inferConfig").delete()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy