File tree 2 files changed +4
-3
lines changed
.cloudbuild/library_generation
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM gcr.io/cloud-devrel-public-resources/python
17
17
18
18
# install tools
19
19
RUN apt-get update && apt-get install -y \
20
- unzip openjdk-17-jdk rsync maven \
20
+ unzip openjdk-17-jdk rsync maven jq \
21
21
&& apt-get clean
22
22
23
23
COPY library_generation /src
Original file line number Diff line number Diff line change 64
64
" ^.cloudbuild/*"
65
65
],
66
66
"matchStrings" : [
67
- " _JAVA_SHARED_CONFIG_VERSION: \" (?<currentValue>.+?)\" "
67
+ " _JAVA_SHARED_CONFIG_VERSION: ' (?<currentValue>.+?)' "
68
68
],
69
69
"depNameTemplate" : " com.google.cloud:google-cloud-shared-config" ,
70
70
"datasourceTemplate" : " maven"
103
103
" ^com.google.cloud:google-cloud-shared-config"
104
104
],
105
105
"semanticCommitType" : " build" ,
106
- "semanticCommitScope" : " deps"
106
+ "semanticCommitScope" : " deps" ,
107
+ "enabled" : true
107
108
},
108
109
{
109
110
"matchPackagePatterns" : [
You can’t perform that action at this time.
0 commit comments