diff --git a/settings.gradle b/settings.gradle index e517796..f75e11a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,6 +4,12 @@ pluginManagement { } } +buildscript { + configurations.all { + exclude group: 'au.com.console', module: 'kassava' + } +} + rootProject.name = 'gradle-plugins' include 'sonar', 'sonatype', 'release'