File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
plugin/android-junit5/api Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,8 @@ public abstract class de/mannodermaus/gradle/plugins/junit5/tasks/AndroidJUnit5J
61
61
public abstract class de/mannodermaus/gradle/plugins/junit5/tasks/AndroidJUnit5WriteFilters : org/gradle/api/DefaultTask {
62
62
public fun <init> ()V
63
63
public final fun execute ()V
64
- public final fun getExcludeTags ()Ljava/util/List;
65
- public final fun getIncludeTags ()Ljava/util/List;
66
- public final fun getOutputFolder ()Ljava/io/File;
67
- public final fun setExcludeTags (Ljava/util/List;)V
68
- public final fun setIncludeTags (Ljava/util/List;)V
69
- public final fun setOutputFolder (Ljava/io/File;)V
64
+ public abstract fun getExcludeTags ()Lorg/gradle/api/provider/ListProperty;
65
+ public abstract fun getIncludeTags ()Lorg/gradle/api/provider/ListProperty;
66
+ public abstract fun getOutputFolder ()Lorg/gradle/api/file/DirectoryProperty;
70
67
}
71
68
You can’t perform that action at this time.
0 commit comments