Skip to content

Instantly share code, notes, and snippets.

@liyuntao
Last active August 29, 2015 14:15
Show Gist options
  • Save liyuntao/0ffc27ab59af7002e6b3 to your computer and use it in GitHub Desktop.
Save liyuntao/0ffc27ab59af7002e6b3 to your computer and use it in GitHub Desktop.
task createJavaProject << {
sourceSets*.java.srcDirs*.each { it.mkdirs() }
sourceSets*.resources.srcDirs*.each { it.mkdirs()}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment