Skip to content

Commit

Permalink
Configure helidon-mave-plugin jlink-image to use --enable-preview (#6048
Browse files Browse the repository at this point in the history
)
  • Loading branch information
barchetta authored Feb 2, 2023
1 parent d7637b7 commit 0b7b1a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion applications/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -164,6 +164,9 @@
<version>${helidon.version}</version>
</dependency>
</dependencies>
<configuration>
<defaultJvmOptions>--enable-preview</defaultJvmOptions>
</configuration>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
Expand Down

0 comments on commit 0b7b1a3

Please sign in to comment.