grails-core: Dependency resolution error
Execution of Grails on a machine which has no cached dependencies of this Grails version is currently not working anymore. When starting the grails console in a grails app (tested with 3.0.15, 3.0.16 and 3.1.5) the following error appears (with matching versions):
> Could not resolve all dependencies for configuration ':runtime'.
> Could not determine artifacts for org.grails:grails-dependencies:3.1.5
> Could not get resource 'https://repo.grails.org/grails/core/org/grails/grails-dependencies/3.1.5/grails-dependencies-3.1.5.jar'.
> Could not HEAD 'https://repo.grails.org/grails/core/org/grails/grails-dependencies/3.1.5/grails-dependencies-3.1.5.jar'. Received status code 409 from server: Conflict
Last friday it was still working. On systems which executed the grails version already, it is working. Happens also for newly created apps.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 23 (6 by maintainers)
The problem should be fixed now, although in order to fix it I had to disable the ability to resolve any snapshots from https://repo.grails.org/grails/core/ which may break some builds if you depend on snapshots
I am investigating restoring the ability to resolve snapshots from there, in the meantime you can use https://repo.grails.org/grails/snapshots for snapshots of plugins or GORM or whatever
We are investigating the problem, very odd since I can understand the error as
grails-dependencies
is not a JAR file it is a POM only dependency