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

Commit

Permalink
fix(java): restore native image configuration (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed May 2, 2022
1 parent 4cb2a77 commit 5431acb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deep-preserve-regex:
- "/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmokeTest.java"
- "/google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/SpeechSmokeTest.java"
- "/google-cloud-speech/src/test/resources/hello.flac"
- "/google-cloud-speech/src/test/resources/META-INF/native-image/"


deep-copy-regex:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"resources": {
"includes": [
{"pattern": ".*.flac"}
]
}
}

0 comments on commit 5431acb

Please sign in to comment.