There was an error while loading. Please reload this page.
1 parent cd6b76b commit b088dffCopy full SHA for b088dff
1 file changed
buildSrc/src/main/kotlin/org/openrndr/extra/convention/kotlin-jvm.gradle.kts
@@ -37,12 +37,13 @@ val main: SourceSet by sourceSets.getting
37
val demo: SourceSet by sourceSets.creating {
38
val skipDemos = setOf(
39
"openrndr-demos",
40
+ "orx-axidraw",
41
+ "orx-midi",
42
"orx-minim",
43
"orx-realsense2",
44
"orx-runway",
- "orx-video-profiles",
- "orx-midi",
45
"orx-syphon",
46
+ "orx-video-profiles",
47
)
48
if (project.name !in skipDemos) {
49
collectScreenshots(project, this@creating) { }
@@ -149,4 +150,4 @@ if (shouldPublish) {
149
150
setRequired({ isReleaseVersion && gradle.taskGraph.hasTask("publish") })
151
sign(publishing.publications)
152
}
-}
153
+}
0 commit comments