Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEdding committed Apr 22, 2024
1 parent 53afda0 commit 003a595
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ description = "A Java client for KServe inference services."

plugins {
`java-library`
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.release") version "1.4.0"
id("com.bakdata.sonar") version "1.4.0"
id("com.bakdata.sonatype") version "1.4.0"
id("org.hildan.github.changelog") version "1.12.1"
id("io.freefair.lombok") version "8.4"
id("java-test-fixtures")
}
Expand Down Expand Up @@ -61,10 +60,3 @@ configure<com.bakdata.gradle.SonatypeSettings> {
}
}
}

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

0 comments on commit 003a595

Please sign in to comment.