Skip to content

Commit

Permalink
Do not execute native build of Env info
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Mar 21, 2024
1 parent 349dd8b commit e54a79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env-info/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</activation>
<properties>
<!-- To not build the module on Native -->
<quarkus.package.type>fast-jar</quarkus.package.type>
<quarkus.build.skip>true</quarkus.build.skip>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion qute/multimodule/qute-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</activation>
<properties>
<!-- To not build the module on Native -->
<quarkus.package.type>fast-jar</quarkus.package.type>
<quarkus.build.skip>true</quarkus.build.skip>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit e54a79c

Please sign in to comment.