Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 21, 2024
1 parent 4275df3 commit 03c0d62
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
@@ -1,27 +1,15 @@
description = "An application to reset the state of Kafka Connect connectors"

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

plugins {
`java-library`
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.16"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "2.2.0"
id("com.google.cloud.tools.jib") version "3.4.0"
id("io.freefair.lombok") version "8.4"
}

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

allprojects {
group = "com.bakdata.kafka"

Expand Down

0 comments on commit 03c0d62

Please sign in to comment.