Skip to content

Commit

Permalink
Remove old config
Browse files Browse the repository at this point in the history
  • Loading branch information
torbsto committed May 22, 2024
1 parent ceeac20 commit ebb0ced
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ configure<com.bakdata.gradle.SonatypeSettings> {
}
}

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

subprojects {
apply(plugin = "java-library")
apply(plugin = "java-test-fixtures")
Expand All @@ -54,9 +47,3 @@ subprojects {
}
}
}

release {
git {
requireBranch.set("master")
}
}

0 comments on commit ebb0ced

Please sign in to comment.