Skip to content

Commit

Permalink
Update to new package config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 16, 2024
1 parent fc935a7 commit bd6c9f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Build and publish action to Maven repository
shell: bash
run: |
./mvnw -B clean deploy -Dquarkus.package.type=uber-jar -Dquarkus.package.add-runner-suffix=false
./mvnw -B clean deploy -Dquarkus.package.jar.type=uber-jar -Dquarkus.package.jar.add-runner-suffix=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Build and publish action to Maven repository
shell: bash
run: |
./mvnw -B clean deploy -Dquarkus.package.type=uber-jar -Dquarkus.package.add-runner-suffix=false
./mvnw -B clean deploy -Dquarkus.package.jar.type=uber-jar -Dquarkus.package.jar.add-runner-suffix=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Build and publish action to Maven repository
shell: bash
run: |
./mvnw -B clean deploy -Dquarkus.package.type=uber-jar -Dquarkus.package.add-runner-suffix=false
./mvnw -B clean deploy -Dquarkus.package.jar.type=uber-jar -Dquarkus.package.jar.add-runner-suffix=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>flatten</id>
<activation>
<property>
<name>quarkus.package.type</name>
<name>quarkus.package.jar.type</name>
<value>uber-jar</value>
</property>
</activation>
Expand Down

0 comments on commit bd6c9f8

Please sign in to comment.