Disable collectScreenshots for orx-realsense2, orx-runway, orx-video-profiles, orx-midi
This commit is contained in:
@@ -34,7 +34,7 @@ val main: SourceSet by sourceSets.getting
|
|||||||
|
|
||||||
@Suppress("UNUSED_VARIABLE")
|
@Suppress("UNUSED_VARIABLE")
|
||||||
val demo: SourceSet by sourceSets.creating {
|
val demo: SourceSet by sourceSets.creating {
|
||||||
val skipDemos = setOf("openrndr-demos", "orx-minim")
|
val skipDemos = setOf("openrndr-demos", "orx-minim", "orx-realsense2", "orx-runway", "orx-video-profiles", "orx-midi")
|
||||||
if (project.name !in skipDemos) {
|
if (project.name !in skipDemos) {
|
||||||
collectScreenshots(project, this@creating) { }
|
collectScreenshots(project, this@creating) { }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user