File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ publishing {
3838 publications {
3939 maven(MavenPublication ) {
4040 groupId ' com.microsoft.graph'
41- artifactId ' msgraph-sdk-java '
41+ artifactId ' microsoft-graph '
4242 version ' 0.1-SNAPSHOT'
4343
4444 from components. java
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
22
3- # IDE (e.g. Android Studio) users:
3+ # IDE users:
44# Settings specified in this file will override any Gradle settings
55# configured through the IDE.
66
1616# This option should only be used with decoupled projects. More details, visit
1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
19+
20+ # The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
1921org.gradle.jvmargs =-XX:MaxPermSize=512m -Xmx4g
2022
21- mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/msgraph-sdk-android
23+ mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/microsoft-graph
2224mavenGroupId = com.microsoft.graph
23- mavenArtifactId = msgraph-sdk-android
25+ mavenArtifactId = microsoft-graph
2426mavenMajorVersion = 1
2527mavenMinorVersion = 4
2628mavenPatchVersion = 0
You can’t perform that action at this time.
0 commit comments