Skip to content

Commit

Permalink
[Refactor] Sets util from server to common lib (opensearch-project#7090)
Browse files Browse the repository at this point in the history
Refactors the Sets utility class from the server module to the common
library.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize authored Apr 11, 2023
1 parent 810b985 commit b5d9a3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ dependencies {
}
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs -= '-Xlint:unchecked'
}

tasks.named('forbiddenApisMain').configure {
// :libs:opensearch-common does not depend on server
// TODO: Need to decide how we want to handle for forbidden signatures with the changes to server
Expand Down

0 comments on commit b5d9a3f

Please sign in to comment.