From 319ada84ee054a1706cef3976e9ae749e39fc443 Mon Sep 17 00:00:00 2001 From: Artur Bosch Date: Tue, 11 Sep 2018 21:10:23 +0200 Subject: [PATCH] Reference vcsreader repo via GrabResolver - Fixes #1101 --- scripts/get_analysis_projects.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/get_analysis_projects.groovy b/scripts/get_analysis_projects.groovy index 347e5f9ee53..11687fde484 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