Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Created July 16, 2019 15:32
Show Gist options
  • Save davidmerrick/f13ed97b314444db40b7c84832a5f9bf to your computer and use it in GitHub Desktop.
Save davidmerrick/f13ed97b314444db40b7c84832a5f9bf to your computer and use it in GitHub Desktop.
Gradle force dependency version
configurations.all {
resolutionStrategy {
force "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment