Fix screenshots task on Gradle 8.0 (#294)

This commit is contained in:
Vechro
2023-03-06 19:11:00 +02:00
committed by GitHub
parent 6a8d0aad8d
commit 1fc2bdf699

View File

@@ -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