![JAR search and dependency download from the Maven repository](/logo.png)
com.github.danielflower.mavenplugins.release.DiffDetector Maven / Gradle / Ivy
package com.github.danielflower.mavenplugins.release;
import java.io.IOException;
import java.util.Collection;
public interface DiffDetector {
boolean hasChangedSince(String modulePath, java.util.List childModules, Collection tags) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy