Fix screenshots task on Gradle 8.0 (#294)
This commit is contained in:
@@ -20,7 +20,7 @@ abstract class CollectScreenshotsTask @Inject constructor() : DefaultTask() {
|
|||||||
@get:SkipWhenEmpty
|
@get:SkipWhenEmpty
|
||||||
abstract val inputDir: DirectoryProperty
|
abstract val inputDir: DirectoryProperty
|
||||||
|
|
||||||
@get:Input
|
@get:InputFiles
|
||||||
abstract val runtimeDependencies: Property<FileCollection>
|
abstract val runtimeDependencies: Property<FileCollection>
|
||||||
|
|
||||||
@get:OutputDirectory
|
@get:OutputDirectory
|
||||||
|
|||||||
Reference in New Issue
Block a user