This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 42
42
java-version : ${{matrix.java}}
43
43
- run : java -version
44
44
- run : .kokoro/dependencies.sh
45
- linkage-monitor :
46
- runs-on : ubuntu-latest
47
- steps :
48
- - uses : actions/checkout@v2
49
- - uses : actions/setup-java@v1
50
- with :
51
- java-version : 8
52
- - run : java -version
53
- - name : Install artifacts to local Maven repository
54
- run : .kokoro/build.sh
55
- shell : bash
56
- - name : Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57
- uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
58
45
lint :
59
46
runs-on : ubuntu-latest
60
47
steps :
Original file line number Diff line number Diff line change 50
50
" ^junit:junit" ,
51
51
" ^com.google.truth:truth" ,
52
52
" ^org.mockito:mockito-core" ,
53
- " ^org.objenesis:objenesis"
53
+ " ^org.objenesis:objenesis" ,
54
+ " ^com.google.cloud:google-cloud-conformance-tests"
54
55
],
55
56
"semanticCommitType" : " test" ,
56
57
"semanticCommitScope" : " deps"
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-tasks.git",
7
- "sha": "8de4c0066c9008b1c5a12481d3617f75beff0d44 "
7
+ "sha": "14bbd43eb57050e51e479a3b0f737c97eb0085c0 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "63cff634aabb85854caa511c5837ea6b45f42b4b "
22
+ "sha": "9a238a0623879c3de129a376c6085d4a862f6eb9 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments