This repository was archived by the owner on Sep 16, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
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:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16  
3+   digest : sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b  
Original file line number Diff line number Diff line change 1212        java : [8, 11] 
1313    steps :
1414    - uses : actions/checkout@v2 
15+     - uses : stCarolas/setup-maven@v4 
16+       with :
17+         maven-version : 3.8.1 
1518    - uses : actions/setup-java@v1 
1619      with :
1720        java-version : ${{matrix.java}} 
3740        java : [8, 11] 
3841    steps :
3942    - uses : actions/checkout@v2 
43+     - uses : stCarolas/setup-maven@v4 
44+       with :
45+         maven-version : 3.8.1 
4046    - uses : actions/setup-java@v1 
4147      with :
4248        java-version : ${{matrix.java}} 
4652    runs-on : ubuntu-latest 
4753    steps :
4854    - uses : actions/checkout@v2 
55+     - uses : stCarolas/setup-maven@v4 
56+       with :
57+         maven-version : 3.8.1 
4958    - uses : actions/setup-java@v1 
5059      with :
5160        java-version : 8 
@@ -57,10 +66,13 @@ jobs:
5766    runs-on : ubuntu-latest 
5867    steps :
5968    - uses : actions/checkout@v2 
69+     - uses : stCarolas/setup-maven@v4 
70+       with :
71+         maven-version : 3.8.1 
6072    - uses : actions/setup-java@v1 
6173      with :
6274        java-version : 8 
6375    - run : java -version 
6476    - run : .kokoro/build.sh 
6577      env :
66-         JOB_TYPE : clirr 
78+         JOB_TYPE : clirr 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments