0% found this document useful (0 votes)
48 views3 pages

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.

Uploaded by

feryalla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views3 pages

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.

Uploaded by

feryalla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Working Directory: C:\Infonavit\sicj

Gradle user home: C:\Users\Program\.gradle


Gradle Distribution: Gradle wrapper from target build
Gradle Version: 2.6
Java Home: C:\Program Files\Java\jdk1.8.0_231
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: war

Parallel execution is an incubating feature.


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.

BUILD FAILED

Total time: 0.536 secs

You might also like