[orx-video-profiles] Add orx-video-profiles

This commit is contained in:
Edwin Jakobs
2020-07-10 16:50:45 +02:00
parent b050c52621
commit 2a7f837b55
9 changed files with 157 additions and 2 deletions

View File

@@ -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[])