Guest User

Untitled

a guest
Mar 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $ grails --debug --stacktrace run-app
  2. |Resolving Dependencies. Please wait...
  3.  
  4. CONFIGURE SUCCESSFUL
  5.  
  6. Total time: 5.028 secs
  7. Error |
  8. Could not resolve all dependencies for configuration ':profile'. Type 'gradle dependencies' for more information
  9.  
  10. profile
  11. --- org.grails.profiles:web: -> 3.2.2 FAILED
  12.  
  13. dependencies {
  14. profile "org.grails.profiles:web"
  15.  
  16. [io.spring.gradle.dependencymanagement.VersionConfiguringAction]
  17. Using version '3.2.1' for dependency 'org.grails.profiles:web:'
  18.  
  19. [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.DependencyGraphBuilder]
  20. Selecting new module version org.grails.profiles:web:3.2.1
  21.  
  22. [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.DependencyGraphBuilder]
  23. Selecting new module version org.grails.profiles:web:3.2.2
  24.  
  25. profile "org.grails.profiles:web:3.2.1"
  26.  
  27. profile
Add Comment
Please, Sign In to add comment