Skip to content

Commit

Permalink
Moved to jreleaser v1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Apr 5, 2022
1 parent 3c94626 commit 7a45657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: 'native-image'

- name: Build native-image on Macos
run: native-image -jar ./build/libs/discocli-17.0.12-SNAPSHOT.jar --no-server -H:Name=discocli --no-fallback --enable-http --enable-https
run: native-image -jar ./build/libs/discocli-17.0.12-SNAPSHOT-fat.jar --no-server -H:Name=discocli --no-fallback --enable-http --enable-https

- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
components: 'native-image'

- name: Build native-image on Linux
run: native-image -jar ./build/libs/discocli-17.0.12-SNAPSHOT.jar --no-server -H:Name=discocli --no-fallback --static --enable-http --enable-https
run: native-image -jar ./build/libs/discocli-17.0.12-SNAPSHOT-fat.jar --no-server -H:Name=discocli --no-fallback --static --enable-http --enable-https

- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
components: 'native-image'

- name: Build native-image on Windows
run: native-image.cmd -jar ".\build\libs\discocli-17.0.12-SNAPSHOT.jar" --no-server -H:Name=discocli --no-fallback --static --enable-http --enable-https
run: native-image.cmd -jar ".\build\libs\discocli-17.0.12-SNAPSHOT-fat.jar" --no-server -H:Name=discocli --no-fallback --static --enable-http --enable-https

- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'application'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'net.nemerosa.versioning' version '2.15.1'
id 'org.jreleaser' version '1.0.0-RC1'
id 'org.jreleaser.jdks' version '1.0.0-RC1'
id 'org.jreleaser' version '1.0.0-RC2'
id 'org.jreleaser.jdks' version '1.0.0-RC2'
}

description = 'Disco CLI is a command line interface for the foojay.io Disco API'
Expand Down

0 comments on commit 7a45657

Please sign in to comment.