Skip to content

Commit b138702

Browse files
committed
Added gradle.properties file. #49.
1 parent b3a9f4c commit b138702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

gradle/wrapper/gradle-wrapper.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)