Advertisement
Guest User

Gradle Error

a guest
Mar 27th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. FAILURE: Build failed with an exception.
  2.  
  3. * Where:
  4. Build file 'D:\development\Minecraft\Mods 1.7\Random Things\build.gradle' line:
  5. 19
  6.  
  7. * What went wrong:
  8. A problem occurred evaluating root project 'Random Things'.
  9. > No signature of method: org.gradle.api.internal.artifacts.dsl.dependencies.Def
  10. aultDependencyHandler.compile() is applicable for argument types: (java.util.Lin
  11. kedHashMap) values: [[group:li.cil.oc, name:OpenComputers, version:MC1.6.4-1.2.3
  12. .280, ...]]
  13. Possible solutions: module(java.lang.Object)
  14.  
  15. * Try:
  16. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  17. option to get more log output.
  18.  
  19. BUILD FAILED
  20.  
  21. Total time: 2.863 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement