Skip to content

Commit

Permalink
build: Fix confguration breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 7, 2022
1 parent 84dc78e commit 24589af
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ release:
overwrite: true
sign: true
discussionCategoryName: Announcements
releaseNotes:
generate: true
changelog:
enabled: false
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
Expand Down Expand Up @@ -117,7 +114,7 @@ announce:
assemble:
jlink:
jreleaser-standalone:
active: never
active: always
java:
version: 11
mainClass: org.jreleaser.cli.Main
Expand Down Expand Up @@ -159,7 +156,7 @@ assemble:

jpackage:
jreleaser-installer:
active: never
active: always
jlink: jreleaser-standalone
attachPlatform: true
applicationPackage:
Expand All @@ -186,7 +183,7 @@ assemble:

nativeImage:
jreleaser-native:
active: never
active: always
java:
version: 17
mainClass: org.jreleaser.cli.Main
Expand Down Expand Up @@ -216,7 +213,6 @@ assemble:

distributions:
jreleaser:
active: never
java:
mainClass: org.jreleaser.cli.Main
chocolatey:
Expand Down Expand Up @@ -278,20 +274,17 @@ distributions:
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.tar'

jreleaser-ant-tasks:
active: never
artifacts:
- path: plugins/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'

jreleaser-tool-provider:
active: never
type: SINGLE_JAR
artifacts:
- path: apps/{{distributionName}}/build/libs/{{distributionName}}-{{projectVersion}}.jar
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.jar'

jreleaser-standalone:
active: never
brew:
active: always
formulaName: jreleaser
Expand Down Expand Up @@ -332,7 +325,6 @@ distributions:
- 'RUN apk add unzip binutils fakeroot rpm'

jreleaser-installer:
active: never
type: NATIVE_PACKAGE
executable:
windowsExtension: exe
Expand All @@ -351,7 +343,6 @@ distributions:
platform: 'windows-x86_64'

jreleaser-native:
active: never
type: NATIVE_IMAGE
executable:
windowsExtension: exe
Expand Down

0 comments on commit 24589af

Please sign in to comment.