Loading gradle.properties +1 −5 Original line number Diff line number Diff line Loading @@ -5,11 +5,7 @@ # local Maven project. version=1.0 # Configure allowed TLS protocols for secure HTTPS connections Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 # Specify Java system property to enforce TLSv1.2 protocol for HTTPS connections JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2 systemProp.https.protocols=TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 # Configure HTTP proxy settings systemProp.http.proxyHost=fodev.org Loading Loading
gradle.properties +1 −5 Original line number Diff line number Diff line Loading @@ -5,11 +5,7 @@ # local Maven project. version=1.0 # Configure allowed TLS protocols for secure HTTPS connections Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 # Specify Java system property to enforce TLSv1.2 protocol for HTTPS connections JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2 systemProp.https.protocols=TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 # Configure HTTP proxy settings systemProp.http.proxyHost=fodev.org Loading