Skip to content

Commit 795c435

Browse files
committed
Fix missing kassava dependency in plugins
1 parent aaae83c commit 795c435

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

build.gradle.kts

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,10 @@ plugins {
22
// release
33
id("com.bakdata.release") version "1.4.0"
44
id("com.bakdata.sonar") version "1.4.0"
5+
id("com.bakdata.sonatype") version "1.4.1"
56
id("io.freefair.lombok") version "8.4" apply false
67
}
78

8-
buildscript {
9-
repositories {
10-
maven {
11-
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
12-
}
13-
}
14-
dependencies {
15-
classpath("com.bakdata.gradle:sonatype:1.4.1-SNAPSHOT")
16-
}
17-
}
18-
19-
apply(plugin = "com.bakdata.sonatype")
20-
219
allprojects {
2210
group = "com.bakdata.${rootProject.name}"
2311

0 commit comments

Comments
 (0)