Skip to content

Commit 68fe649

Browse files
Merge pull request #2035 from gooddata/GRIF-177
GRIF-177: Remove setting TLS1.2 for LCM release brick
2 parents 81710ba + e103b65 commit 68fe649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
export JRUBY_OPTS="-J-XX:MaxRAMPercentage=75 -J-Djdk.tls.client.protocols=TLSv1.2 -J-Dhttps.protocols=TLSv1.2"
3+
export JRUBY_OPTS=-J-XX:MaxRAMPercentage=75
44

55
/bin/bash -l -c "bundle exec ./bin/run_brick.rb release_brick"

0 commit comments

Comments
 (0)