Skip to content

Commit 1758380

Browse files
author
Caitlin Bales (MSFT)
authored
Publish MavenCentral direct URL updates for gradle
1 parent 4d25f27 commit 1758380

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
66
## 1. Installation
77

88
### 1.1 Install via Gradle
9+
10+
*The JCenter deployment is not available quite yet. Please use the MavenCentral version until the JCenter version is available.*
11+
912
Add the JCenter repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
1013

1114
```gradle
1215
repository {
13-
jcenter()
16+
maven {
17+
url "https://dl.bintray.com/microsoftgraph/Maven"
18+
}
1419
}
1520
1621
dependency {

0 commit comments

Comments
 (0)