Skip to content

Commit

Permalink
build: Revert "Use JReleaser 1.5.1" because of problems with JLink
Browse files Browse the repository at this point in the history
This reverts commit 35a3312.
  • Loading branch information
felipebz committed Mar 20, 2023
1 parent 4b71079 commit 202e93e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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.5.1"
id("org.jreleaser.jdks") version "1.5.1"
id("org.jreleaser") version "1.4.0"
id("org.jreleaser.jdks") version "1.4.0"
}

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

0 comments on commit 202e93e

Please sign in to comment.