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 683af9b commit d0c97ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pluginManagement {
}
}

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

rootProject.name = 'gradle-plugins'

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

0 comments on commit d0c97ab

Please sign in to comment.