Skip to content

Commit fced91c

Browse files
author
Rob Tjalma
authored
Merge pull request #49 from com-pas/develop
Make a new release without native
2 parents b42723f + ee17ab1 commit fced91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Deploy with Maven to GitHub Packages and Docker Hub
41-
run: ./mvnw -B -s custom_maven_settings.xml -Prelease,native clean deploy
41+
run: ./mvnw -B -s custom_maven_settings.xml -Prelease clean deploy
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ SPDX-License-Identifier: Apache-2.0
136136

137137
<properties>
138138
<quarkus.package.type>native</quarkus.package.type>
139+
<quarkus.native.container-build>true</quarkus.native.container-build> <!-- Allows for creating a Linux executable without GraalVM being installed -->
139140
</properties>
140141

141142
<build>
@@ -180,7 +181,6 @@ SPDX-License-Identifier: Apache-2.0
180181

181182
<properties>
182183
<!-- Properties only used for publishing a native docker image (default to Docker Hub) -->
183-
<quarkus.native.container-build>true</quarkus.native.container-build>
184184
<quarkus.container-image.build>true</quarkus.container-image.build>
185185
<quarkus.container-image.group>lfenergycompas</quarkus.container-image.group>
186186
<quarkus.container-image.name>compas-scl-data-service</quarkus.container-image.name>

0 commit comments

Comments
 (0)