diff --git a/build.gradle b/build.gradle index 306a0800..3bede4bd 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { apply plugin: 'org.jetbrains.dokka' project.ext { - openrndrVersion = "0.4.0-SNAPSHOT" + openrndrVersion = "0.3.42-rc.1" kotlinVersion = "1.3.72" spekVersion = "2.0.10" libfreenectVersion = "0.5.7-1.5.3" @@ -62,7 +62,6 @@ allprojects { group 'org.openrndr.extra' repositories { - mavenLocal() mavenCentral() jcenter() maven { @@ -133,7 +132,13 @@ allprojects { task collectScreenshots { doFirst { def demoProjects = project.subprojects.findAll { it.sourceSets.hasProperty("demo") } + for (sub in demoProjects) { + if (sub.name == "orx-rabbit-control") + continue + if (sub.name == "orx-runway") + continue + def set = sub.sourceSets.demo def ucl = new URLClassLoader(set.runtimeClasspath.collect { it.toURI().toURL() } as URL[]) for (x in set.output) {