We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e31c6 commit 04afb29Copy full SHA for 04afb29
1 file changed
dropshots-gradle-plugin/api/dropshots-gradle-plugin.api
@@ -24,7 +24,7 @@ public abstract class com/dropbox/dropshots/PullScreenshotsTask : org/gradle/api
24
protected abstract fun getExecOperations ()Lorg/gradle/process/ExecOperations;
25
protected abstract fun getFileOperations ()Lorg/gradle/api/file/FileSystemOperations;
26
public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty;
27
- public abstract fun getReferenceOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty;
+ public abstract fun getReferenceOutputDirectory ()Lorg/gradle/api/provider/Property;
28
public abstract fun getScreenshotDir ()Lorg/gradle/api/provider/Property;
29
public abstract fun getShouldWriteReferences ()Lorg/gradle/api/provider/Property;
30
public final fun pullScreenshots ()V
0 commit comments