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 d838239
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,7 +99,8 @@ dependencies {
compile "org.opensearch:common-utils:${common_utils_version}"
configurations.all {
resolutionStrategy {
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
force "com.google.guava:guava:32.0.1-jre"
force "com.puppycrawl.tools:checkstyle:10.12.1"
}
}
}
Expand Down

0 comments on commit d838239

Please sign in to comment.