Skip to content

Commit ecc9574

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 cd85b9e commit ecc9574

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/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)