From 63364bd6b3fc2b14eeb9831d6686ad46123bb0c0 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 1 Mar 2022 15:54:20 -0500 Subject: [PATCH] docs(sample): add native-image sample (#621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relocating the sample from native-image-support to this repository `mvn clean verify -DskipTests -P lint` passes. Fixes # ☕️ If you write sample code, please follow the [samples format]( https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md). --- tasks/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/pom.xml b/tasks/pom.xml index 92ea1f877e1..87ddc149db9 100644 --- a/tasks/pom.xml +++ b/tasks/pom.xml @@ -31,6 +31,7 @@ install-without-bom snapshot snippets + native-image-sample