Skip to content

Commit

Permalink
Fix examples/grpc/metrics project with native-image helidon-io#3759 (h…
Browse files Browse the repository at this point in the history
…elidon-io#3803)

* Native-image fix

* Year fix...

* Correct year fix
  • Loading branch information
dalexandrov authored Jan 13, 2022
1 parent 00fd2b4 commit c8f4d6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates.
# Copyright (c) 2021, 2022 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 All @@ -22,4 +22,5 @@ Args=--initialize-at-build-time=com.google \
--initialize-at-run-time=io.grpc.netty.Utils$ByteBufAllocatorPreferDirectHolder \
--initialize-at-run-time=io.grpc.netty.Utils$ByteBufAllocatorPreferHeapHolder \
--initialize-at-run-time=io.helidon.grpc.core.JsonbMarshaller \
--initialize-at-run-time=io.helidon.grpc.server.SSLContextBuilder \
--allow-incomplete-classpath

0 comments on commit c8f4d6b

Please sign in to comment.