Skip to content

Commit

Permalink
Add and configure build compare plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Jun 11, 2018
1 parent 1011582 commit 5445055
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,12 @@ gradle.projectsEvaluated {
}
}
}

apply plugin: 'compare-gradle-builds'

compareGradleBuilds {
targetBuild {
gradleVersion = "4.7"
tasks = [ "assemble" ]
}
}

0 comments on commit 5445055

Please sign in to comment.