File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1212 java-version : 11
1313 - name : Install modules
1414 shell : bash
15- run : |
16- mvn -B -V -ntp -DskipTests=true \
17- -Dclirr.skip=true \
18- -Denforcer.skip=true \
19- -Dmaven.javadoc.skip=true \
20- -Dgcloud.download.skip=true \
21- -T 1C \
22- clean install
15+ run : .kokoro/build.sh
2316 - name : Unmanaged dependency check
24- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
17+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.23.0
2518 with :
2619 bom-path : google-cloud-bigtable-bom/pom.xml
Original file line number Diff line number Diff line change 9999 "matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
100100 "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
101101 "datasourceTemplate" : " maven"
102+ },
103+ {
104+ "fileMatch" : [
105+ " ^.github/workflows/unmanaged_dependency_check.yaml$"
106+ ],
107+ "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.*?)" ],
108+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
109+ "datasourceTemplate" : " maven"
102110 }
103111 ],
104112 "semanticCommits" : true ,
You can’t perform that action at this time.
0 commit comments