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

com.lesfurets.maven.partial.core.DifferentFiles Maven / Gradle / Ivy

Go to download

A maven plugin for partially building multi-module projects based on changes in the Git repository.

The newest version!
package com.lesfurets.maven.partial.core;

import java.io.IOException;
import java.nio.file.Path;
import java.util.Set;

public interface DifferentFiles {

    Set get() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy