Skip to content

Commit

Permalink
Upgrade Guava version (opensearch-project#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Bandejiya <[email protected]>
(cherry picked from commit 2d8a589)
  • Loading branch information
Arpit-Bandejiya committed Sep 14, 2023
1 parent a10ac34 commit 20e5d11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ apply plugin: 'opensearch.rest-test'


checkstyle {
toolVersion = '8.29'
configFile file("checkstyle/checkstyle.xml")
toolVersion "10.3.3"
configDirectory.set(rootProject.file("checkstyle/"))
}

def usingRemoteCluster = System.properties.containsKey('tests.rest.cluster') || System.properties.containsKey('tests.cluster')
Expand Down Expand Up @@ -99,6 +99,7 @@ dependencies {
compile "org.opensearch:common-utils:${common_utils_version}"
configurations.all {
resolutionStrategy {
force "com.google.guava:guava:32.0.1-jre"
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
}
}
Expand Down

0 comments on commit 20e5d11

Please sign in to comment.