Skip to content

Commit

Permalink
Force 32... (opensearch-project#2937)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
(cherry picked from commit 8ab7cb4)
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
stephen-crawford authored and DarshitChanpura committed Jul 10, 2023
1 parent c1b0f8c commit 2b98043
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ configurations.all {
force "io.netty:netty-transport:${versions.netty}"
force "io.netty:netty-transport-native-unix-common:${versions.netty}"
force "org.apache.bcel:bcel:6.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
force 'com.google.guava:guava:32.0.1-jre'
}
}

Expand Down Expand Up @@ -418,6 +419,14 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"

compileOnly "org.opensearch:opensearch:${opensearch_version}"

//Checkstyle
checkstyle 'com.puppycrawl.tools:checkstyle:10.12.1'

//spotless
implementation('com.google.googlejavaformat:google-java-format:1.17.0') {
exclude group: 'com.google.guava'
}
}

jar {
Expand Down

0 comments on commit 2b98043

Please sign in to comment.