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

org.ajoberstar.gradle.stutter.StutterExtension Maven / Gradle / Ivy

The newest version!
package org.ajoberstar.gradle.stutter;

import org.gradle.api.NamedDomainObjectContainer;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.provider.Property;

public abstract class StutterExtension {
  public abstract RegularFileProperty getLockFile();

  public abstract NamedDomainObjectContainer getMatrices();

  public abstract Property getSparse();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy