Repository: incubator-groovy Updated Branches: refs/heads/master 636595690 -> f940f11e3
exclude multiverse from generated license report since we don't ever include it Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/f940f11e Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/f940f11e Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/f940f11e Branch: refs/heads/master Commit: f940f11e3785a207b44483132cfbcffa91e3b7fb Parents: 6365956 Author: Paul King <pa...@asert.com.au> Authored: Sat Oct 17 14:00:06 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Sat Oct 17 14:00:06 2015 +1000 ---------------------------------------------------------------------- build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/f940f11e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a8742ca..eb6872e 100644 --- a/build.gradle +++ b/build.gradle @@ -469,8 +469,10 @@ if (!JavaVersion.current().java7Compatible) { } licenseReport { - excludeGroups = ['com.googlecode'] // openbeans dependency (jar) has no pom but is ASL2 -// configurations = ['compile'] + excludeGroups = [ + 'com.googlecode', // openbeans has no pom but is ASLv2 + 'org.multiverse' // we never include this optional dependency of an optional dependency + ] } // UNCOMMENT THE FOLLOWING TASKS IF YOU WANT TO RUN LICENSE CHECKING