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
|
||||
abstract val inputDir: DirectoryProperty
|
||||
|
||||
@get:Input
|
||||
@get:InputFiles
|
||||
abstract val runtimeDependencies: Property<FileCollection>
|
||||
|
||||
@get:OutputDirectory
|
||||
|
||||
Reference in New Issue
Block a user