```Applied scripts do not inherit anything from th...
# gradle
f
Copy code
Applied scripts do not inherit anything from their applying script(s) to my knowledge, so the buildscript section of the build.gradle file is not seen by git.gradle.

If you copy the buildscript section from build.gradle into git.gradle, it should work fine. You probably will not even need that buildscript section to remain in build.gradle at all, depending upon whether there are other things you wish to pull directly from your gradle-git classes.