Skip to content

Commit

Permalink
Use docker by default because of oracle/graal#1582
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 19, 2019
1 parent a1f43ff commit ecb5a34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@

<name>Camel Quarkus :: Integration Tests</name>

<properties>
<!--
Make quarkus use docker by default as native-image does not
work anymore due to a Fedora upgrade
See https://github.com/oracle/graal/issues/1582
-->
<native-image.docker-build>true</native-image.docker-build>
</properties>

<modules>
<!-- build those first -->
Expand Down

0 comments on commit ecb5a34

Please sign in to comment.