Created
July 16, 2019 15:32
-
-
Save davidmerrick/f13ed97b314444db40b7c84832a5f9bf to your computer and use it in GitHub Desktop.
Gradle force dependency version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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