Add gradle.properties file to build sql with -Pcrypto.standard=FIPS=140-3 by default#5231
Add gradle.properties file to build sql with -Pcrypto.standard=FIPS=140-3 by default#5231cwperks wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
…40-3 by default Signed-off-by: Craig Perkins <cwperx@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Description
Inspired by opensearch-project/ml-commons#4719, this PR adds a gradle.properties file so that we only need to declare
-Pcrypto.standard=FIPS-140-3in a single place. Now its not necessary to pass the build param in commands like./gradlew assemble -Pcrypto.standard=FIPS-140-3as it passes the arg by default.In order to build without the flag, you would need to override like so:
./gradlew assemble -Pcrypto.standard=any-supportedRefactoring
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.