Mercurial > public > develkit
comparison metrics.gradle @ 135:51e4ee02d47a
update jaranalyzerplugin version
author | smith@nwoca.org |
---|---|
date | Fri, 05 Jul 2013 18:55:37 +0100 |
parents | afafe40ae5a9 |
children | 45d2396e9fc8 |
comparison
equal
deleted
inserted
replaced
134:afafe40ae5a9 | 135:51e4ee02d47a |
---|---|
12 repositories { | 12 repositories { |
13 maven { url 'http://repos.ssdt.nwoca.org/artifactory/gradle-plugins' } | 13 maven { url 'http://repos.ssdt.nwoca.org/artifactory/gradle-plugins' } |
14 maven { url 'http://repos.ssdt.nwoca.org/artifactory/repo' } | 14 maven { url 'http://repos.ssdt.nwoca.org/artifactory/repo' } |
15 } | 15 } |
16 dependencies { | 16 dependencies { |
17 classpath 'me.davesmith:jaranalyzerplugin:0.1.0-SNAPSHOT' | 17 classpath 'me.davesmith:jaranalyzerplugin:0.2.0-SNAPSHOT' |
18 } | 18 } |
19 } | 19 } |
20 | 20 |
21 | 21 |
22 apply plugin: me.davesmith.gradle.plugins.jaranalyzer.JarAnalyzerPlugin | 22 apply plugin: me.davesmith.gradle.plugins.jaranalyzer.JarAnalyzerPlugin |