forked from akhikhl/gretty
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
After working around #321 I've tried to run farmRun
task and got this error:
Execution failed for task ':common:data:fake:farmRun'.
> Could not resolve all files for configuration ':common:data:fake:detachedConfiguration2'.
> Could not find org.codehaus.groovy:groovy-cli-commons:4.0.27.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/codehaus/groovy/groovy-cli-commons/4.0.27/groovy-cli-commons-4.0.27.pom
- https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-cli-commons/4.0.27/groovy-cli-commons-4.0.27.pom
Required by:
project ':common:data:fake'
> Could not find org.codehaus.groovy:groovy-json:4.0.27.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/codehaus/groovy/groovy-json/4.0.27/groovy-json-4.0.27.pom
- https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-json/4.0.27/groovy-json-4.0.27.pom
Required by:
project ':common:data:fake'
This is because groovy-json
moved from org.codehaus.groovy to org.apache.groovy Maven group.
So additional changes are required to fully support Gradle 9.
Metadata
Metadata
Assignees
Labels
No labels