Skip to content

Commit 04afb29

Browse files
author
Alex Decker
committed
update api
1 parent 21e31c6 commit 04afb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dropshots-gradle-plugin/api/dropshots-gradle-plugin.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public abstract class com/dropbox/dropshots/PullScreenshotsTask : org/gradle/api
2424
protected abstract fun getExecOperations ()Lorg/gradle/process/ExecOperations;
2525
protected abstract fun getFileOperations ()Lorg/gradle/api/file/FileSystemOperations;
2626
public abstract fun getOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty;
27-
public abstract fun getReferenceOutputDirectory ()Lorg/gradle/api/file/DirectoryProperty;
27+
public abstract fun getReferenceOutputDirectory ()Lorg/gradle/api/provider/Property;
2828
public abstract fun getScreenshotDir ()Lorg/gradle/api/provider/Property;
2929
public abstract fun getShouldWriteReferences ()Lorg/gradle/api/provider/Property;
3030
public final fun pullScreenshots ()V

0 commit comments

Comments
 (0)