Skip to content

Commit

Permalink
build: Use JReleaser 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Oct 12, 2023
1 parent 9f854d5 commit 980a24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
`maven-publish`
kotlin("jvm") version "1.9.0"
application
id("org.jreleaser") version "1.7.0"
id("org.jreleaser.jdks") version "1.7.0"
id("org.jreleaser") version "1.8.0"
id("org.jreleaser.jdks") version "1.8.0"
}

java {
Expand Down

0 comments on commit 980a24a

Please sign in to comment.