File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ SPDX-License-Identifier: Apache-2.0
159
159
160
160
<properties >
161
161
<quarkus .package.type>native</quarkus .package.type>
162
- <quarkus .native.container-build>true</quarkus .native.container-build> <!-- Allows for creating a Linux executable without GraalVM being installed -->
162
+ <!-- Allows for creating a Linux executable without GraalVM being installed -->
163
+ <quarkus .native.container-build>true</quarkus .native.container-build>
163
164
</properties >
164
165
165
166
<build >
@@ -207,7 +208,6 @@ SPDX-License-Identifier: Apache-2.0
207
208
<quarkus .container-image.build>true</quarkus .container-image.build>
208
209
<quarkus .container-image.push>true</quarkus .container-image.push>
209
210
<quarkus .container-image.additional-tags>latest</quarkus .container-image.additional-tags>
210
- <quarkus .native.container-build>true</quarkus .native.container-build>
211
211
</properties >
212
212
</profile >
213
213
</profiles >
You can’t perform that action at this time.
0 commit comments