This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
samples/native-image-sample Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ docker:
1616 image : " gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
1717
1818deep-remove-regex :
19+ - " /samples/snippets/generated"
1920- " /grpc-google-.*/src"
2021- " /proto-google-.*/src"
2122- " /google-.*/src"
@@ -36,3 +37,5 @@ deep-copy-regex:
3637 dest : " /owl-bot-staging/$1/grpc-google-cloud-secretmanager-$1/src"
3738- source : " /google/cloud/secretmanager/(v\\ d)/.*-java/gapic-google-.*/src"
3839 dest : " /owl-bot-staging/$1/google-cloud-secretmanager/src"
40+ - source : " /google/cloud/secretmanager/(v\\ d)/.*-java/samples/snippets/generated"
41+ dest : " /owl-bot-staging/$1/samples/snippets/generated"
Original file line number Diff line number Diff line change 1+ # Enable auto-env through the sdkman_auto_env config
2+ # Add key=value pairs of SDKs to use below
3+ java=11.0.14-ms
Original file line number Diff line number Diff line change 141141 <buildArgs >
142142 <buildArg >--no-fallback</buildArg >
143143 <buildArg >--no-server</buildArg >
144+ <buildArg >--allow-incomplete-classpath</buildArg >
144145 </buildArgs >
145146 </configuration >
146147 <executions >
165166 </build >
166167 </profile >
167168 </profiles >
168- </project >
169+ </project >
You can’t perform that action at this time.
0 commit comments