``` configurations.all { resolutionStrategy {...
# test
e
Copy code
configurations.all {
    resolutionStrategy {
      force "<group>:<artifact>:<version>"
    }
  }