Skip to content

Commit

Permalink
Update Helidon's native-image.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jan 13, 2024
1 parent 2f7e588 commit 0318bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,7 @@ se.jwt.verify.publickey.location=${se.jwt.verify.issuer}.well-known/jwks.json
+
[source,properties]
----
Args=--initialize-at-build-time=com.okta.rest \
--enable-url-protocols=https \
--report-unsupported-elements-at-runtime
Args=--initialize-at-build-time=com.okta.rest --enable-url-protocols=https
----

. Compile your Helidon app into a native executable using the `native-image` profile:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Args=--initialize-at-build-time=com.okta.rest \
--enable-url-protocols=https \
--report-unsupported-elements-at-runtime
Args=--initialize-at-build-time=com.okta.rest --enable-url-protocols=https

0 comments on commit 0318bb0

Please sign in to comment.