Skip to content

Commit

Permalink
Change quarkus.package.type=native with quarkus.native.enabled=true
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed May 6, 2024
1 parent b2f4171 commit eada493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
</activation>
<properties>
<quarkus.container-image.additional-tags>native</quarkus.container-image.additional-tags>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
<skipITs>false</skipITs>
</properties>
</profile>
Expand All @@ -400,7 +400,7 @@
<properties>
<quarkus.container-image.additional-tags>native</quarkus.container-image.additional-tags>
<quarkus.docker.dockerfile-native-path>src/main/container/Containerfile.native-distroless-compressed</quarkus.docker.dockerfile-native-path>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit eada493

Please sign in to comment.