aboutsummaryrefslogtreecommitdiff
path: root/XeroxPrintServiceRecommendationPlugin/build.gradle
diff options
context:
space:
mode:
authorHarmish Patel <harmish.patel@xerox.com>2016-05-27 16:26:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-27 16:26:45 +0000
commite24ee92653e28ddf0020ffb9e5ddc99931117674 (patch)
tree3d20e16350e16e9f73b94409fee761c5bedf4838 /XeroxPrintServiceRecommendationPlugin/build.gradle
parent39fe938959a0db72d8044e72f061caadbcc9a3eb (diff)
parent08ec110e208e7f527cd010ee6455c0697f7a8deb (diff)
downloadexperimental-221c708782aa757fc7545d9dc41cfab4d265c153.tar.gz
am: 08ec110e20 * commit '08ec110e208e7f527cd010ee6455c0697f7a8deb': Xerox Print Service Recommendation Plug-in Change-Id: I74236a8a45f43605dc2d5c713a166ab25e390d55
Diffstat (limited to 'XeroxPrintServiceRecommendationPlugin/build.gradle')
-rwxr-xr-xXeroxPrintServiceRecommendationPlugin/build.gradle23
1 files changed, 23 insertions, 0 deletions
diff --git a/XeroxPrintServiceRecommendationPlugin/build.gradle b/XeroxPrintServiceRecommendationPlugin/build.gradle
new file mode 100755
index 0000000..d091328
--- /dev/null
+++ b/XeroxPrintServiceRecommendationPlugin/build.gradle
@@ -0,0 +1,23 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ repositories {
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:2.1.0'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}