From d0c97ab3381e9aabfd759f43e36975425f3dbe1e Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Fri, 19 Jul 2024 11:01:25 +0200 Subject: [PATCH] Remove kassava dependency --- settings.gradle | 6 ++++++ 1 file changed, 6 insertions(+) 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'