The build failed due to errors resolving dependencies. Several dependencies could not be resolved including spring boot starters, Grails plugins, and Grails core dependencies. The log suggests the dependencies configuration was resolved before and cannot be changed.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views
Error Gradle
The build failed due to errors resolving dependencies. Several dependencies could not be resolved including spring boot starters, Grails plugins, and Grails core dependencies. The log suggests the dependencies configuration was resolved before and cannot be changed.
Cannot resolve reloading agent JAR: Could not resolve all dependencies for configuration ':agent'. :assetCompile FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':runtime'. > Could not resolve org.springframework.boot:spring-boot-starter-web:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.springframework.boot:spring-boot-starter-log4j2:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.springframework.boot:spring-boot-starter-actuator:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.springframework.boot:spring-boot-autoconfigure:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not find org.grails:grails-bootstrap:3.0.12. Required by: sicj:sicj:0.1 > Could not resolve org.grails:grails-dependencies:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.grails:grails-web-boot:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.grails.plugins:hibernate:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.grails.plugins:cache:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.grails.plugins:scaffolding:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved. > Could not resolve org.grails.plugins:asset-pipeline:. Required by: sicj:sicj:0.1 > Cannot change dependencies of configuration 'detachedConfiguration1' after it has been resolved.
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.