diff --git a/build.gradle b/build.gradle index de8fb15..ccf0e9a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,12 @@ +buildscript { + repositories { + jcenter() + } + dependencies { + classpath 'org.jacoco:org.jacoco.core:0.7.9' + } +} + allprojects { group 'digital.wup' version '3.0.0-SNAPSHOT' diff --git a/plugin/build.gradle b/plugin/build.gradle index b3e5c2f..037bc79 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,9 +1,3 @@ -buildscript { - dependencies { - classpath 'org.jacoco:org.jacoco.core:0.7.9' - } -} - plugins { id 'groovy' id 'jacoco'