Skip to content

Commit

Permalink
Move buildscript closure to parent build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Sep 26, 2017
1 parent 08997c3 commit c27fa17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 0 additions & 6 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
dependencies {
classpath 'org.jacoco:org.jacoco.core:0.7.9'
}
}

plugins {
id 'groovy'
id 'jacoco'
Expand Down

0 comments on commit c27fa17

Please sign in to comment.