java - Failed to resolve dependencies on Grails -


i installed grails 2.5.0. anytime try run it, displays following message:

         resolve error obtaining dependencies: failed resolve dependencies (set log level 'warn' in buildconfig.groovy more information): 
  • cglib:cglib-nodep:2.2.2

and run dependency - report: :::::::::::::::::::::::::::::::::::::::::::::: :: unresolved dependencies :: :::::::::::::::::::::::::::::::::::::::::::::: :: cglib#cglib-nodep;2.2.2: not found ::::::::::::::::::::::::::::::::::::::::::::::

| obtaining dependency data.... | error error executing script dependencyreport: : java.lang.illegalstateexception: report file '/home/mballeng91/.grails/ivy-cache/org.grails.internal-mballeng91-build.xml' not exist. (use --stacktrace see full trace)

thanks help. im tryng develop interesting app community. best, miguel angel ballen

use version 2.5.4 (and in general use latest patch version available avoid discovering lots of already-fixed bugs), has correct repo information , dependency resolution logic.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -