Advertisement
Guest User

Gradle

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