name.remal.gradle_plugins.idea_settings.IdeaDirProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idea-settings Show documentation
Show all versions of idea-settings Show documentation
Remal Gradle plugins: idea-settings
The newest version!
package name.remal.gradle_plugins.idea_settings;
import java.nio.file.Path;
import name.remal.gradle_plugins.idea_settings.internal.IdeaXmlFileSettingsAction;
import org.gradle.api.Action;
public interface IdeaDirProcessor extends IdeaXmlFileSettingsAction, Action {
}