Skip to content

Commit

Permalink
Remove kassava dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 19, 2024
1 parent d0c97ab commit 348f583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ plugins {
id("com.gradle.plugin-publish") version "1.2.1" apply false
}

buildscript {
configurations.all {
exclude(group = "au.com.console", module = "kassava")
}
}

allprojects {
repositories {
maven(url = "https://plugins.gradle.org/m2/")
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ pluginManagement {
}
}

buildscript {
configurations.all {
exclude group: 'au.com.console', module: 'kassava'
}
}

rootProject.name = 'gradle-plugins'

include 'sonar', 'sonatype', 'release'

0 comments on commit 348f583

Please sign in to comment.