Skip to content

Commit bd1afc8

Browse files
author
Caitlin Bales (MSFT)
committed
Update Gradle data
1 parent ec0d644 commit bd1afc8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -16,11 +16,13 @@
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
1921
org.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
2224
mavenGroupId = com.microsoft.graph
23-
mavenArtifactId = msgraph-sdk-android
25+
mavenArtifactId = microsoft-graph
2426
mavenMajorVersion = 1
2527
mavenMinorVersion = 4
2628
mavenPatchVersion = 0

0 commit comments

Comments
 (0)