Exclude openrndr-demos from collectScreenshots, fix compile errors
This commit is contained in:
@@ -34,7 +34,7 @@ val main: SourceSet by sourceSets.getting
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
val demo: SourceSet by sourceSets.creating {
|
||||
if (name != "openrndr-demos") {
|
||||
if (project.name != "openrndr-demos") {
|
||||
collectScreenshots(project, this@creating) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user