File tree Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 3131        with :
3232          role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }} 
3333          aws-region : us-west-2 
34+       - name : Configure Gradle 
35+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
3436      - name : Generate Artifact Size Metrics 
3537        run : ./gradlew artifactSizeMetrics 
3638      - name : Save Artifact Size Metrics 
5456        with :
5557          role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }} 
5658          aws-region : us-west-2 
59+       - name : Configure Gradle 
60+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
5761      - name : Generate Artifact Size Metrics 
5862        run : ./gradlew artifactSizeMetrics 
5963      - name : Analyze Artifact Size Metrics 
Original file line number Diff line number Diff line change 3939          distribution : ' corretto' 
4040          java-version : 17 
4141          cache : ' gradle' 
42+       - name : Configure Gradle 
43+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
4244      - name : Test 
4345        shell : bash 
4446        run : | 
5961          distribution : ' corretto' 
6062          java-version : 17 
6163          cache : ' gradle' 
64+       - name : Configure Gradle 
65+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
6266      - name : Test 
6367        shell : bash 
6468        run : | 
8387          distribution : ' corretto' 
8488          java-version : 17 
8589          cache : ' gradle' 
90+       - name : Configure Gradle 
91+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
8692      - name : Test 
8793        shell : bash 
8894        run : | 
@@ -110,6 +116,14 @@ jobs:
110116        #  smithy-kotlin is checked out as a sibling dir which will automatically make it an included build
111117        path : ' aws-sdk-kotlin' 
112118        repository : ' awslabs/aws-sdk-kotlin' 
119+     - name : Configure Gradle - smithy-kotlin 
120+       uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
121+       with :
122+         working-directory : ./smithy-kotlin 
123+     - name : Configure Gradle - aws-sdk-kotlin 
124+       uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
125+       with :
126+         working-directory : ./aws-sdk-kotlin 
113127    - name : Configure JDK 
114128      uses : actions/setup-java@v3 
115129      with :
Original file line number Diff line number Diff line change 3535          role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }} 
3636          aws-region : us-west-2 
3737
38+       - name : Configure Gradle 
39+         uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
40+         with :
41+           working-directory : ./smithy-kotlin 
42+ 
3843      - name : Setup kat 
3944        uses : awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main 
4045
Original file line number Diff line number Diff line change 2121    steps :
2222    - name : Checkout sources 
2323      uses : actions/checkout@v2 
24+     - name : Configure Gradle 
25+       uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main 
2426    - name : Lint ${{ env.PACKAGE_NAME }} 
2527      run : | 
2628        ./gradlew ktlint 
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\ ://services.gradle.org/distributions/gradle-8.5 -bin.zip
3+ distributionUrl =https://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments