Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit c29f78e

Browse files
docs(sample): remove protobuf feature from native image sample (#665)
* docs(sample): remove protobuf feature from native image sample * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 980fcb4 commit c29f78e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/native-image-sample/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@
121121
<buildArgs>
122122
<buildArg>--no-fallback</buildArg>
123123
<buildArg>--no-server</buildArg>
124-
<buildArg>--initialize-at-build-time</buildArg>
125-
<buildArg>--features=com.google.cloud.nativeimage.features.ProtobufMessageFeature</buildArg>
126124
</buildArgs>
127125
</configuration>
128126
<executions>

0 commit comments

Comments
 (0)