openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

Fix screenshots task on Gradle 8.0 #294

Closed Vechro closed 1 year ago

Vechro commented 1 year ago

CI currently seems to be failing because the collectScreenshots task's runtimeDependencies property isn't serializable. Marking it as @InputFiles seems to make Gradle understand how to serialize it.