Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit e140f0e

Browse files
committed
Configured Project build.gradle.
1 parent 8e5ce1c commit e140f0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

send-to-desktop-api/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ buildscript {
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
12+
13+
/* 1) Add the Gradle Retrolambda Plugin */
14+
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta3'
1215
}
1316
}
1417

1518
allprojects {
1619
repositories {
1720
jcenter()
21+
22+
/* 2) Add mavenCentral */
23+
mavenCentral()
24+
25+
/* 3) Add the Creative SDK Maven repo URL */
26+
maven {
27+
url 'https://repo.adobe.com/nexus/content/repositories/releases/'
28+
}
1829
}
1930
}
2031

0 commit comments

Comments
 (0)