Skip to content

Commit

Permalink
build: Use JReleaser 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Mar 20, 2023
1 parent efedd1b commit 35a3312
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
`maven-publish`
kotlin("jvm") version "1.8.10"
application
id("org.jreleaser") version "1.4.0"
id("org.jreleaser.jdks") version "1.4.0"
id("org.jreleaser") version "1.5.1"
id("org.jreleaser.jdks") version "1.5.1"
}

java {
Expand Down Expand Up @@ -155,6 +155,9 @@ jreleaser {
homepage.set("https://felipezorzo.com.br/zpa/")
}
inceptionYear.set("2019")
snapshot {
fullChangelog.set(true)
}
}
assemble {
jlink {
Expand Down

0 comments on commit 35a3312

Please sign in to comment.