| tasks.withType(Groovydoc).configureEach { | |
| enabled = false | |
| } | |
| tasks.matching { 'assetCompile' == it.name }.configureEach { | |
| // Workaround for: https://github.com/bertramdev/asset-pipeline/issues/177 | |
| // Execution failed for task ':cas-examples-spring-security-cas-test1:assetCompile'. | |
| // > java.util.ConcurrentModificationException (no error message) | |
| outputs.dir rootProject.layout.buildDirectory.dir('asset-serialize') | |
| } |