diff --git a/scripts/get_analysis_projects.groovy b/scripts/get_analysis_projects.groovy index 347e5f9ee..11687fde4 100644 --- a/scripts/get_analysis_projects.groovy +++ b/scripts/get_analysis_projects.groovy @@ -1,4 +1,5 @@ -@Grab('org.vcsreader:vcsreader:1.1.0') +@GrabResolver(name='detekt', root='http://dl.bintray.com/arturbosch/code-analysis/', m2Compatible='true') +@Grab('org.vcsreader:vcsreader:1.1.1') import org.vcsreader.VcsProject import org.vcsreader.vcs.VcsError import org.vcsreader.vcs.git.GitVcsRoot