[orx-chataigne] Remove verbosity, change layout, exclude demo from actions

This commit is contained in:
Edwin Jakobs
2020-06-30 13:50:24 +02:00
parent b0a0c7d674
commit fee5475fe9
2 changed files with 14 additions and 13 deletions

View File

@@ -179,6 +179,8 @@ task collectScreenshots {
continue
if (sub.name == "orx-runway")
continue
if (sub.name == "orx-chataigne")
continue
def set = sub.sourceSets.demo
def ucl = new URLClassLoader(set.runtimeClasspath.collect { it.toURI().toURL() } as URL[])