I have some gradle build scripts in a directory and I want to share a class in a Groovy file.
I could care less about building groovy/java projects, Maven repositories, and all of that, so I am not using those plugins. I use gradle for dependency management and moving and copying files for a large MS .NET build. If any of you has used MS Build for copying and moving large amounts files, you’ll know why I am using Gradle for this. I learned Gradle/Groovy since we are using Jenkins.