Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 37d537d

Browse files
authored
add security system property for integTest task (#319)
1 parent 9c6693c commit 37d537d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alerting/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ integTest {
126126
systemProperty 'java.io.tmpdir', es_tmp_dir.absolutePath
127127

128128
systemProperty "https", System.getProperty("https")
129+
systemProperty "security", System.getProperty("security")
129130
systemProperty "user", System.getProperty("user")
130131
systemProperty "password", System.getProperty("password")
131132

0 commit comments

Comments
 (0)