We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccf5819 + bcf7a64 commit 4cce01aCopy full SHA for 4cce01a
gradle.properties
@@ -16,7 +16,7 @@
16
# This option should only be used with decoupled projects. More details, visit
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
-org.gradle.jvmargs=-XX:MaxPermSize=512m
+org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx4g
20
21
mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/msgraph-sdk-android
22
mavenGroupId = com.microsoft.graph
@@ -32,4 +32,4 @@ nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
32
#ex: C:\Users\username\.gradle\gradle.properties
33
ClientId="CLIENT_ID"
34
Username="USERNAME"
35
-Password="PASSWORD"
+Password="PASSWORD"
0 commit comments