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

wtf.emulator.GradleCompat Maven / Gradle / Ivy

Go to download

With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf

The newest version!
package wtf.emulator;

import org.gradle.api.Project;
import org.gradle.api.attributes.Attribute;
import org.gradle.api.provider.Provider;

import javax.annotation.Nullable;

public interface GradleCompat {
  @Nullable
  String getGradleProperty(Project project, String name);

  Attribute getArtifactTypeAttribute();
  
  String getCategoryAttributeVerification();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy