Skip to content

Gradle 9 support #322

@TWiStErRob

Description

@TWiStErRob

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions