aboutsummaryrefslogtreecommitdiff
path: root/builder-model
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-02-21 14:06:23 -0800
committerXavier Ducrohet <xav@android.com>2013-04-16 21:03:57 -0700
commit08517b6d68784f592ed18811f97214da436e5cd3 (patch)
tree0a3740e0dde3b013503c1e56fd9528d543de41f3 /builder-model
parent3d9be6beff798979c4f05dd75bb3469ac11c9527 (diff)
downloadbuild-08517b6d68784f592ed18811f97214da436e5cd3.tar.gz
Use the internal plugins and the cloned artifacts.
Change-Id: Id5e15ea3631225132dd4df3a74cba01b39172a29
Diffstat (limited to 'builder-model')
-rw-r--r--builder-model/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder-model/build.gradle b/builder-model/build.gradle
index c36c645..6a13c79 100644
--- a/builder-model/build.gradle
+++ b/builder-model/build.gradle
@@ -1,6 +1,7 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'signing'
+apply plugin: 'clone-artifacts'
dependencies {
compile "com.android.tools:common:$project.ext.baseAndroidVersion"