warningReadMe<<"Do Not Remove any Jars/Libraries in this Folder!\nThis folder contains all of your dependencies defined in your gradle script.\n"
warningReadMe<<"Removing or renaming any of these files will result in an Error in your .classpath file\n"
warningReadMe<<"If any error concerning missing dependencies should occur please run 'gradle deleteFromClassPath setClassPath' in your workspace folder from your shell."
}catch(Exceptione){
printlnproject.name+" has no dependencies in '${dependencyFolder}' defined: Classpath will not be changed"
}
}
}
...
...
@@ -341,7 +340,6 @@ subprojects {
description="\tDeletes all your Dependencies located in your local lib folder from each project's classpath"