Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 5431acb

Browse files
authored
fix(java): restore native image configuration (#880)
1 parent 4cb2a77 commit 5431acb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/.OwlBot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ deep-preserve-regex:
2929
- "/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmokeTest.java"
3030
- "/google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/SpeechSmokeTest.java"
3131
- "/google-cloud-speech/src/test/resources/hello.flac"
32+
- "/google-cloud-speech/src/test/resources/META-INF/native-image/"
3233

3334

3435
deep-copy-regex:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"resources": {
3+
"includes": [
4+
{"pattern": ".*.flac"}
5+
]
6+
}
7+
}

0 commit comments

Comments
 (0)