Skip to content

plugin incompatible with android gradle plugin 3.2.1 #164

Description

@wizofaus

If you have a gradle multi-project that includes both the android plugin 3.2.1 and the latest aws plugin, there is a incompatibility with the versions of guava, and the commons-logging library. To fix it you can this to the buildscript section:

configurations.all {
  resolutionStrategy {
    force "com.google.guava:guava:23.0"
    force "commons-logging:commons-logging:1.2"
    force "commons-io:commons-io:2.4"
  }
}

But it might be better to ensure the aws plugin uses more up-to-date versions of these libraries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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