Skip to content

Instantly share code, notes, and snippets.

@childnode
Last active June 19, 2017 04:50
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