All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uber.infer.task.DeleteInferConfig.groovy Maven / Gradle / Ivy

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