include 'api', 'webapp'

rootProject.children.each {
    it.buildFile.parentFile.mkdirs()
    it.buildFile.text = ''
}
