Skip to content

Commit

Permalink
secman
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Jan 20, 2024
1 parent 781dbda commit ccef865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ buildscript {
opensearch_group = "org.opensearch"
opensearch_no_snapshot = opensearch_build.replace("-SNAPSHOT","")
System.setProperty('tests.security.manager', 'false')
System.setProperty('jdk.httpclient.keepalivetimeout', '99999')
System.setProperty('jdk.httpclient.keepalivetimeout.h2', '99999')
System.setProperty('java.security.manager', 'allow')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
}

Expand Down

0 comments on commit ccef865

Please sign in to comment.