You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/02/03 17:30:34 UTC

groovy git commit: Add the bintray badge

Repository: groovy
Updated Branches:
  refs/heads/master 9517a6825 -> bd205c955


Add the bintray badge


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/bd205c95
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/bd205c95
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/bd205c95

Branch: refs/heads/master
Commit: bd205c9552762c93d112876d83114a8aef803745
Parents: 9517a68
Author: Daniel Sun <re...@hotmail.com>
Authored: Sun Feb 4 01:30:27 2018 +0800
Committer: Daniel Sun <re...@hotmail.com>
Committed: Sun Feb 4 01:30:27 2018 +0800

----------------------------------------------------------------------
 README.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/bd205c95/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index a3931f0..8e07eb1 100644
--- a/README.adoc
+++ b/README.adoc
@@ -36,12 +36,15 @@ The Groovy development team
 :apache-groovy-twitter-icon: https://img.shields.io/twitter/follow/ApacheGroovy.svg?style=social
 :apache-groovy-twitter-link: https://twitter.com/intent/follow?screen_name=ApacheGroovy
 :jdk-icon: https://img.shields.io/badge/java-8+-4c7e9f.svg
+:bintray-download-icon: https://api.bintray.com/packages/groovy/maven/groovy/images/download.svg
+
 
 [.left.text-left]
 image::https://raw.githubusercontent.com/groovy/artwork/master/medium.png[]
-image:{jdk-icon}[build status, link={jdk}]
+image:{jdk-icon}[jdk, link={jdk}]
 image:{apache-license-icon}[Apache License 2, link={apache-license-link}]
 image:{build-icon}[build status, link={groovy-ci}]
+image:{bintray-download-icon}[bintray download, link={bintray-latest-version-link}]
 image:{apache-groovy-twitter-icon}[follow on Twitter, link={apache-groovy-twitter-link}]
 
 {groovy-www}[Groovy] is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax.