summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-10-06 11:12:28 -0700
committerYigit Boyar <yboyar@google.com>2015-10-06 11:12:28 -0700
commit90d6351746810033df84e2e6878584d64ebae098 (patch)
tree861053c918103d443257523fd62d94f8144e39d5
parente23af2603f80c6d51b4f0be47d82477f6cca975d (diff)
downloaddata-binding-90d6351746810033df84e2e6878584d64ebae098.tar.gz
Ignore warnings from bintray
Change-Id: Id241077e22bef6000ae13c06c8538dd59a5293c8
-rw-r--r--developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/UploadToBintrayTask.groovy4
-rw-r--r--plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jarbin18515 -> 18549 bytes
-rw-r--r--plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.md52
-rw-r--r--plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.sha12
-rw-r--r--plugins-repo/com/android/databinding/bintray/maven-metadata.xml2
-rw-r--r--plugins-repo/com/android/databinding/bintray/maven-metadata.xml.md52
-rw-r--r--plugins-repo/com/android/databinding/bintray/maven-metadata.xml.sha12
-rw-r--r--plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml2
-rw-r--r--plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.md52
-rw-r--r--plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.sha12
10 files changed, 10 insertions, 10 deletions
diff --git a/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/UploadToBintrayTask.groovy b/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/UploadToBintrayTask.groovy
index 0f1cc9a9..0515c4e0 100644
--- a/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/UploadToBintrayTask.groovy
+++ b/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/UploadToBintrayTask.groovy
@@ -74,9 +74,9 @@ public class UploadToBintrayTask extends DefaultTask {
}
def responseText = execute.text
def json = new JsonSlurper().parseText(responseText)
- if (json.getAt("message") != "success") {
+ if (json.getAt("message") != "success" && json.getAt("message") != null) {
throw new RuntimeException("Cannot upload artifact. Error response: " +
- "${json.getAt("message")}")
+ "${json.getAt("message")} ${responseText}")
}
println("uploaded $localFile")
}
diff --git a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar
index fc9fbf82..c524df9a 100644
--- a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar
+++ b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar
Binary files differ
diff --git a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.md5 b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.md5
index a8dd9f57..c74f9bc5 100644
--- a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.md5
+++ b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.md5
@@ -1 +1 @@
-5ac93e4e1b30e81e9bb848e0634f6cec \ No newline at end of file
+4cca1d399d71d0e54920c1560e8dc886 \ No newline at end of file
diff --git a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.sha1 b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.sha1
index 010f6792..9b063e0f 100644
--- a/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.sha1
+++ b/plugins-repo/com/android/databinding/bintray/1.1/bintray-1.1.jar.sha1
@@ -1 +1 @@
-12de24054ca1c96f913512f43a756d86fd966a01 \ No newline at end of file
+aecc14217e5bee78f4945569cdf330aa3ee17965 \ No newline at end of file
diff --git a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml
index a1e52ead..d3a910b7 100644
--- a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml
+++ b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml
@@ -7,6 +7,6 @@
<versions>
<version>1.1</version>
</versions>
- <lastUpdated>20151006010619</lastUpdated>
+ <lastUpdated>20151006171725</lastUpdated>
</versioning>
</metadata>
diff --git a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.md5 b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.md5
index d6af6c11..905e8647 100644
--- a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.md5
+++ b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.md5
@@ -1 +1 @@
-6aa23788e37dcc982a65092941f4170e \ No newline at end of file
+72382fbf95261fe2877b094ca05ec788 \ No newline at end of file
diff --git a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.sha1 b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.sha1
index cdffc77f..eff19e4f 100644
--- a/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.sha1
+++ b/plugins-repo/com/android/databinding/bintray/maven-metadata.xml.sha1
@@ -1 +1 @@
-a7bf13591457d33ceca43622ce017e4bbe3497d0 \ No newline at end of file
+4cee6c779b330de4e3dcb5e5d364b46acc32a45f \ No newline at end of file
diff --git a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml
index 6fa43a30..567fc41f 100644
--- a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml
+++ b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml
@@ -7,6 +7,6 @@
<versions>
<version>1.1</version>
</versions>
- <lastUpdated>20151006010620</lastUpdated>
+ <lastUpdated>20151006171726</lastUpdated>
</versioning>
</metadata>
diff --git a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.md5 b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.md5
index 22104a70..4ddf1e60 100644
--- a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.md5
+++ b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.md5
@@ -1 +1 @@
-422348c13af8027cabb19eb542c1a2f8 \ No newline at end of file
+9597d1283be36a298371317060453939 \ No newline at end of file
diff --git a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.sha1 b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.sha1
index d66ce832..3d0d71a0 100644
--- a/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.sha1
+++ b/plugins-repo/com/android/databinding/localizemaven/maven-metadata.xml.sha1
@@ -1 +1 @@
-24af562a4910d7243398a129c2b18a5afd4d1f46 \ No newline at end of file
+2660a4f652bb6b1b861ff4fd522f4ad81d4858f2 \ No newline at end of file