File tree 2 files changed +31
-1
lines changed
gapic-generator-java-pom-parent
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches :
4
+ - main
5
+ pull_request :
6
+ paths :
7
+ - ' gapic-generator-java-bom/**'
8
+ - ' gapic-generator-java-pom-parent/**'
9
+ - ' java-shared-dependencies/**'
10
+ name : shared-dependencies version check
11
+ jobs :
12
+ upper-bound-check :
13
+ name : Shared Dependencies BOM upper-bound check
14
+ runs-on : ubuntu-latest
15
+ if : github.repository_owner == 'googleapis'
16
+ steps :
17
+ - uses : actions/checkout@v2
18
+ - uses : stCarolas/setup-maven@v4
19
+ with :
20
+ maven-version : 3.8.1
21
+ - uses : actions/setup-java@v1
22
+ with :
23
+ java-version : 11
24
+ - run : java -version
25
+ - name : Install maven modules
26
+ run : |
27
+ mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
28
+ - name : Check the BOM content satisfies the upper-bound-check test case
29
+ run : mvn -B -V -ntp verify -Dcheckstyle.skip
30
+ working-directory : java-shared-dependencies/upper-bound-check
Original file line number Diff line number Diff line change 23
23
<skipUnitTests >false</skipUnitTests >
24
24
<checkstyle .header.file>java.header</checkstyle .header.file>
25
25
26
- <!-- External dependencies, expecially gRPC and Protobuf version, should be
26
+ <!-- External dependencies, especially gRPC and Protobuf version, should be
27
27
consistent across modules in this repository -->
28
28
<javax .annotation-api.version>1.3.2</javax .annotation-api.version>
29
29
<grpc .version>1.53.0</grpc .version>
You can’t perform that action at this time.
0 commit comments