[orx-video-profiles] Add orx-video-profiles
This commit is contained in:
@@ -14,7 +14,7 @@ buildscript {
|
||||
apply plugin: 'org.jetbrains.dokka'
|
||||
|
||||
project.ext {
|
||||
openrndrVersion = "0.3.43-rc.15"
|
||||
openrndrVersion = "0.3.44-rc.1"
|
||||
kotlinVersion = "1.3.72"
|
||||
spekVersion = "2.0.10"
|
||||
libfreenectVersion = "0.5.7-1.5.3"
|
||||
@@ -181,6 +181,9 @@ task collectScreenshots {
|
||||
continue
|
||||
if (sub.name == "orx-chataigne")
|
||||
continue
|
||||
if (sub.name == "orx-video-profiles")
|
||||
continue
|
||||
|
||||
def set = sub.sourceSets.demo
|
||||
def ucl = new URLClassLoader(set.runtimeClasspath.collect { it.toURI().toURL() } as URL[])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user