Gradle build using plugins and dependencies from “flatDir”
问题 How to make a gradle build if all the required jars to build the project (plugins+dependencies) are present in flatDir ? I have all the required jars in my D drive under "D:/path/to/local/directory". Now when I am trying to do a gradle build, it fails every time for different reasons. Need help in fixing the same (Gradle version 6.3). Code in my Build.gradle buildscript { repositories { // If you want to use a (flat) filesystem directory as a repository flatDir { dirs 'D:/path/to/local