Skip to content

Commit

Permalink
docs(sample): add native-image sample (#621)
Browse files Browse the repository at this point in the history
Relocating the sample from native-image-support to this repository

`mvn clean verify -DskipTests -P lint` passes.

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
suztomo authored Mar 1, 2022
1 parent 5f1b1a9 commit 63364bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<module>install-without-bom</module>
<module>snapshot</module>
<module>snippets</module>
<module>native-image-sample</module>
</modules>

<build>
Expand Down

0 comments on commit 63364bd

Please sign in to comment.