I am trying to generates the coordinate file for my project. The directory structure of my project is as follow.
My build.gradle contains "compile 'com.hierynomus:smbj:0.9.0'" dependency. I have navigated to the 'sourceDir' path and I am trying the following command to generate the coordinates file:
.\gradlew.bat getDependenciesCoordinates --coordinate com.hierynomus:smbj:0.9.0
After running this command I am getting the following error:
- What went wrong: [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Problem configuring task :getDependenciesCoordinates from command line. [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Unknown command-line option '--coordinate'.
Can any one help me with this issue ?