Skip to content

Commit b088dff

Browse files
committed
[orx-axidraw] Don't generate demo screenshots
1 parent cd6b76b commit b088dff

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

buildSrc/src/main/kotlin/org/openrndr/extra/convention/kotlin-jvm.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ val main: SourceSet by sourceSets.getting
3737
val demo: SourceSet by sourceSets.creating {
3838
val skipDemos = setOf(
3939
"openrndr-demos",
40+
"orx-axidraw",
41+
"orx-midi",
4042
"orx-minim",
4143
"orx-realsense2",
4244
"orx-runway",
43-
"orx-video-profiles",
44-
"orx-midi",
4545
"orx-syphon",
46+
"orx-video-profiles",
4647
)
4748
if (project.name !in skipDemos) {
4849
collectScreenshots(project, this@creating) { }
@@ -149,4 +150,4 @@ if (shouldPublish) {
149150
setRequired({ isReleaseVersion && gradle.taskGraph.hasTask("publish") })
150151
sign(publishing.publications)
151152
}
152-
}
153+
}

0 commit comments

Comments
 (0)