Mercurial > public > develkit
changeset 135:51e4ee02d47a
update jaranalyzerplugin version
author | smith@nwoca.org |
---|---|
date | Fri, 05 Jul 2013 18:55:37 +0100 |
parents | afafe40ae5a9 |
children | 9ce07c211984 |
files | metrics.gradle |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/metrics.gradle Mon Jun 17 17:20:05 2013 +0100 +++ b/metrics.gradle Fri Jul 05 18:55:37 2013 +0100 @@ -14,7 +14,7 @@ maven { url 'http://repos.ssdt.nwoca.org/artifactory/repo' } } dependencies { - classpath 'me.davesmith:jaranalyzerplugin:0.1.0-SNAPSHOT' + classpath 'me.davesmith:jaranalyzerplugin:0.2.0-SNAPSHOT' } }