Skip to content

Commit

Permalink
Fix missing kassava dependency in plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 19, 2024
1 parent aaae83c commit 795c435
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@ plugins {
// release
id("com.bakdata.release") version "1.4.0"
id("com.bakdata.sonar") version "1.4.0"
id("com.bakdata.sonatype") version "1.4.1"
id("io.freefair.lombok") version "8.4" apply false
}

buildscript {
repositories {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
dependencies {
classpath("com.bakdata.gradle:sonatype:1.4.1-SNAPSHOT")
}
}

apply(plugin = "com.bakdata.sonatype")

allprojects {
group = "com.bakdata.${rootProject.name}"

Expand Down

0 comments on commit 795c435

Please sign in to comment.