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

com.netflix.gradle.plugins.utils.FileSystemActions.groovy Maven / Gradle / Ivy

There is a newer version: 11.10.0
Show newest version
package com.netflix.gradle.plugins.utils

interface FileSystemActions {
    void copy(File from, File to)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy