Skip to content

Commit

Permalink
Update plugins (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Feb 15, 2024
1 parent e1b5353 commit 6e4b03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-publish:
name: Java Gradle Docker
uses: bakdata/ci-templates/.github/workflows/[email protected].5
uses: bakdata/ci-templates/.github/workflows/[email protected].6
with:
java-version: 17
docker-publisher: "bakdata"
Expand Down
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = "An application to reset the state of Kafka Connect connectors"
plugins {
`java-library`
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.11"
id("com.bakdata.sonatype") version "1.1.11"
id("com.bakdata.sonar") version "1.1.14"
id("com.bakdata.sonatype") version "1.1.14"
id("org.hildan.github.changelog") version "1.12.1"
id("com.google.cloud.tools.jib") version "3.4.0"
id("io.freefair.lombok") version "6.6.3"
Expand Down Expand Up @@ -64,7 +64,3 @@ dependencies {
}
testImplementation(group = "org.apache.kafka", name = "connect-file", version = kafkaVersion)
}

tasks.named("closeRepository") {
mustRunAfter("publishToNexus")
}

0 comments on commit 6e4b03c

Please sign in to comment.