Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Dec 12, 2024
1 parent de3b230 commit 7916027
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions word-count/code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Word count pipeline with Kafka Streams"
plugins {
java
idea
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.release") version "1.4.1"
id("com.bakdata.sonar") version "1.4.1"
id("com.bakdata.sonatype") version "1.4.1"
id("org.hildan.github.changelog") version "2.2.0"
Expand Down Expand Up @@ -34,14 +34,6 @@ configure<com.bakdata.gradle.SonatypeSettings> {
}
}

configure<org.hildan.github.changelog.plugin.GitHubChangelogExtension> {
githubUser = "bakdata"
githubRepository = "kpops-examples"
futureVersionTag = findProperty("changelog.releaseVersion")?.toString()
sinceTag = findProperty("changelog.sinceTag")?.toString()
}


tasks {
compileJava {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 7916027

Please sign in to comment.