File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
java/example-graphsdk-client Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ java.sourceCompatibility = JavaVersion.VERSION_17
17
17
18
18
// Use the 'repositories' block to declare where to find your dependencies
19
19
repositories {
20
- // Use 'jcenter' for resolving your dependencies.
21
- // You can declare any Maven/Ivy/file repository here.
22
- jcenter()
23
-
24
20
// Add the GitHub Packages repository as a source for resolving dependencies
25
21
maven {
26
22
name = " GithubPackages"
@@ -30,6 +26,11 @@ repositories {
30
26
password = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" GITHUB_TOKEN" )
31
27
}
32
28
}
29
+
30
+ // You can declare any Maven/Ivy/file repository here.
31
+ mavenLocal()
32
+ mavenCentral()
33
+ maven(" https://jitpack.io" )
33
34
}
34
35
35
36
dependencies {
You can’t perform that action at this time.
0 commit comments