kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build
Apache License 2.0
35 stars 10 forks source link

Fixed order of statements user needs to add in the build.gradle file #5

Closed Quantium1 closed 6 years ago

Quantium1 commented 6 years ago

When I tried to implement the instructions in the README, I encountered an issue with the order of the statements a user needs to add to project's build.gradle file. The order of the statements is important:

  1. Add dependency classpath
  2. Add plugins {...}
  3. Add apply plugin:...
aalmiray commented 6 years ago

Thanks for spotting this. Actually the problem is a missing or as you should use one or the other snippets but not both.