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:
16
16
image : " gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
17
17
18
18
deep-remove-regex :
19
+ - " /samples/snippets/generated"
19
20
- " /grpc-google-.*/src"
20
21
- " /proto-google-.*/src"
21
22
- " /google-.*/src"
@@ -36,3 +37,5 @@ deep-copy-regex:
36
37
dest : " /owl-bot-staging/$1/grpc-google-cloud-secretmanager-$1/src"
37
38
- source : " /google/cloud/secretmanager/(v\\ d)/.*-java/gapic-google-.*/src"
38
39
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 141
141
<buildArgs >
142
142
<buildArg >--no-fallback</buildArg >
143
143
<buildArg >--no-server</buildArg >
144
+ <buildArg >--allow-incomplete-classpath</buildArg >
144
145
</buildArgs >
145
146
</configuration >
146
147
<executions >
165
166
</build >
166
167
</profile >
167
168
</profiles >
168
- </project >
169
+ </project >
You can’t perform that action at this time.
0 commit comments