aboutsummaryrefslogtreecommitdiff
path: root/builder-model
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-05-21 13:44:21 -0700
committerXavier Ducrohet <xav@android.com>2013-05-21 15:53:53 -0700
commit0bd203ee247f468f1875b2bf82334f4ba0debbd7 (patch)
tree1c405f49864be640770ecdd23b12e03b61d2829d /builder-model
parenta829b46562567db407a67d1035a741db958352f7 (diff)
downloadbuild-0bd203ee247f468f1875b2bf82334f4ba0debbd7.tar.gz
Update Model.
- add a model version to detect incompatibility more easily on the IDE side. - Add a way to query the compiled code folder for each variants. Change-Id: I158535b72575beb341c2dff7d5ca6826d6d778d4
Diffstat (limited to 'builder-model')
-rw-r--r--builder-model/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/builder-model/build.gradle b/builder-model/build.gradle
index 2554971..10032d6 100644
--- a/builder-model/build.gradle
+++ b/builder-model/build.gradle
@@ -18,6 +18,8 @@ def getVersion() {
version = getVersion()
archivesBaseName = 'builder-model'
+jar.manifest.attributes("Model-Version": "$version")
+
task publishLocal(type: Upload) {
configuration = configurations.archives
repositories {