代码拉取完成,页面将自动刷新
# Gradle settings
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=false
# Set the socket timeout to 5 minutes (good for proxies)
systemProp.org.gradle.internal.http.socketTimeout=720000
systemProp.org.gradle.internal.http.connectionTimeout=720000
# the number of retries (initial included) (default 3)
systemProp.org.gradle.internal.repository.max.retries=10
# the initial time before retrying, in milliseconds (default 125)
systemProp.org.gradle.internal.repository.initial.backoff=500
# Version definitions have been moved to dependencies.gradle
#added due to a JDK 11 bug with TLSv1.3, https://bugs.openjdk.org/browse/JDK-8213202
GRADLE_OPTS="-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2,-Djdk.tls.client.protocols=TLSv1.2"
JAVA_TOOL_OPTIONS="-Dhttps.protocols=TLSv1.2,-Djdk.tls.client.protocols=TLSv1.2"
# Repo Urls
repoUrl=https://nexus-private.hortonworks.com/nexus/content/groups/public
repoMirrorUrl=https://maven.jenkins.cloudera.com/artifactory/cloudera-mirrors/
springRepoUrl=https://repo.spring.io/libs-release
cdpRepoUrl=https://repository.cloudera.com/artifactory/cloudera-repos/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。