Skip to content

Commit

Permalink
Merge pull request #1720 from michalvavrik/feature/fix-env-info-in-na…
Browse files Browse the repository at this point in the history
…tive-ci

Properly disable Env info and Qute API modules native build as native build is failing over this
  • Loading branch information
jcarranzan authored Mar 21, 2024
2 parents 165cde4 + e54a79c commit 4b787be
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 4b787be

Please sign in to comment.