name.remal.gradleplugins.ideasettings.IdeaXmlFileProcessor 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
package name.remal.gradleplugins.ideasettings;
import name.remal.gradleplugins.ideasettings.internal.IdeaXmlFileSettingsAction;
import org.gradle.api.Action;
import org.gradle.api.XmlProvider;
public interface IdeaXmlFileProcessor extends Action, IdeaXmlFileSettingsAction {
}