Last active
June 19, 2017 04:50
-
-
Save childnode/4a0de9365d9d26bbe0f33259a589959a to your computer and use it in GitHub Desktop.
buildSrc/ - eat your own dogfood
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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