Skip to content

Commit

Permalink
upgrade fury to 0.9.0 and enable native build (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Nov 10, 2024
1 parent 9bea2c0 commit 37dec1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
</plugins>
</build>

<!-- Disable native build currently
<profiles>
<profile>
<id>native-image</id>
Expand All @@ -95,5 +94,4 @@
</properties>
</profile>
</profiles>
-->
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<quarkus.version>3.16.2</quarkus.version>
<fury.version>0.8.0</fury.version>
<fury.version>0.9.0</fury.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 37dec1b

Please sign in to comment.