From 4f41560922a42228f2a3a0ed49c11d235892bb04 Mon Sep 17 00:00:00 2001 From: hlq07 Date: Fri, 11 May 2018 00:36:58 +0800 Subject: [PATCH] add gradle.properties --- gradle.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gradle.properties diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..74cf673 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,5 @@ +systemProp.sonar.host.url=https://sonarcloud.io +systemProp.sonar.login=d5165efa539dda983a620283318afd7354b2c52f +systemProp.sonar.organization=jamneko-github +systemProp.sonar.java.binaries=app/build/classes/java/main +org.gradle.jvmargs=-Xmx1536m -DsocksPort=1080 -DsocksHost=127.0.0.1