This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11docker :
22 image : gcr.io/repo-automation-bots/owlbot-java:latest
3- digest : sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b
3+ digest : sha256:a9e9c43309df91d0051ccfcea4860a95bbe9a85eeb3c1822fa1a617a06b649de
Original file line number Diff line number Diff line change 2626 runs-on : windows-latest
2727 steps :
2828 - uses : actions/checkout@v2
29+ - uses : stCarolas/setup-maven@v4
30+ with :
31+ maven-version : 3.8.1
2932 - uses : actions/setup-java@v1
3033 with :
3134 java-version : 8
7578 - run : java -version
7679 - run : .kokoro/build.sh
7780 env :
78- JOB_TYPE : clirr
81+ JOB_TYPE : clirr
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-build'
5656If you are using Gradle without BOM, add this to your dependencies
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-build:3.2 .0'
59+ implementation 'com.google.cloud:google-cloud-build:3.3 .0'
6060```
6161
6262If you are using SBT, add this to your dependencies
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-build" % " 3.2 .0"
65+ libraryDependencies += " com.google.cloud" % " google-cloud-build" % " 3.3 .0"
6666```
6767
6868## Authentication
You can’t perform that action at this time.
0 commit comments