Skip to content

Instantly share code, notes, and snippets.

@childnode
Last active June 19, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save childnode/4a0de9365d9d26bbe0f33259a589959a to your computer and use it in GitHub Desktop.
Save childnode/4a0de9365d9d26bbe0f33259a589959a to your computer and use it in GitHub Desktop.
buildSrc/ - eat your own dogfood
apply plugin: 'groovy'
sourceSets {
main {
groovy.srcDirs += "${rootProject.rootDir}/../src/main/groovy"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment