aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-26 18:00:01 -0700
committerSam Judd <judds@google.com>2014-06-27 16:41:39 -0700
commit0181060403cb0a7a2b344e4b2f55667194f09732 (patch)
tree5f027f0b76b6076e8b5cde788fa9bd0c55438c40 /third_party
parenta6abdf254070ed17319d3d93a83ba40ee2642358 (diff)
downloadglide-0181060403cb0a7a2b344e4b2f55667194f09732.tar.gz
Add gradle snapshot deployment.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gif_decoder/build.gradle2
-rw-r--r--third_party/gif_decoder/gradle.properties6
-rw-r--r--third_party/gif_decoder/pom.xml2
-rw-r--r--third_party/gradle.properties3
-rw-r--r--third_party/pom.xml2
5 files changed, 13 insertions, 2 deletions
diff --git a/third_party/gif_decoder/build.gradle b/third_party/gif_decoder/build.gradle
index 07bb766f..35eb6671 100644
--- a/third_party/gif_decoder/build.gradle
+++ b/third_party/gif_decoder/build.gradle
@@ -19,3 +19,5 @@ android {
}
}
}
+
+apply from: "https://raw.githubusercontent.com/mcxiaoke/gradle-mvn-push/master/gradle-mvn-push.gradle"
diff --git a/third_party/gif_decoder/gradle.properties b/third_party/gif_decoder/gradle.properties
new file mode 100644
index 00000000..6c3197ee
--- /dev/null
+++ b/third_party/gif_decoder/gradle.properties
@@ -0,0 +1,6 @@
+POM_NAME=Glide Gif Decoder
+POM_ARTIFACT_ID=glide-gif-decoder
+POM_PACKAGING=aar
+POM_LICENCE_NAME=The Apache Software License, Version 2.0
+POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
+POM_LICENCE_DIST=repo
diff --git a/third_party/gif_decoder/pom.xml b/third_party/gif_decoder/pom.xml
index 5315cc3f..4fa4fa82 100644
--- a/third_party/gif_decoder/pom.xml
+++ b/third_party/gif_decoder/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.bumptech.glide</groupId>
+ <groupId>com.github.bumptech.glide</groupId>
<artifactId>glide-third-party</artifactId>
<version>3.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
diff --git a/third_party/gradle.properties b/third_party/gradle.properties
new file mode 100644
index 00000000..83f7813f
--- /dev/null
+++ b/third_party/gradle.properties
@@ -0,0 +1,3 @@
+POM_NAME=Glide Third Party
+POM_ARTIFACT_ID=glide-third-party
+POM_PACKAGING=pom
diff --git a/third_party/pom.xml b/third_party/pom.xml
index 5e73b52f..c420cb25 100644
--- a/third_party/pom.xml
+++ b/third_party/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.bumptech.glide</groupId>
+ <groupId>com.github.bumptech.glide</groupId>
<artifactId>glide-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>