File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed
actions/aws-kotlin-repo-tools-custom-gradle-distribution-url Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2828 restore-keys : |
2929 ${{ runner.os }}-gradle-
3030 - name : Configure Gradle
31- uses : .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
31+ run : |
32+ # Keep gradle version in sync with aws-kotlin-repo-tools/gradle/wrapper/gradle-wrapper.properties
33+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
3234 - name : Build and Test ${{ env.PACKAGE_NAME }}
3335 run : |
3436 ./gradlew build
4749 restore-keys : |
4850 ${{ runner.os }}-gradle-
4951 - name : Configure Gradle
50- uses : .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
52+ run : |
53+ # Keep gradle version in sync with aws-kotlin-repo-tools/gradle/wrapper/gradle-wrapper.properties
54+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
5155 - name : Build and Test ${{ env.PACKAGE_NAME }}
5256 run : |
5357 ./gradlew build
5862 - name : Checkout sources
5963 uses : actions/checkout@v2
6064 - name : Configure Gradle
61- uses : .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
65+ run : |
66+ # Keep gradle version in sync with aws-kotlin-repo-tools/gradle/wrapper/gradle-wrapper.properties
67+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
6268 - name : Build and Test ${{ env.PACKAGE_NAME }}
6369 run : |
6470 ./gradlew build
Original file line number Diff line number Diff line change 1919 - name : Checkout sources
2020 uses : actions/checkout@v2
2121 - name : Configure Gradle
22- uses : .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
22+ run : |
23+ # Keep gradle version in sync with aws-kotlin-repo-tools/gradle/wrapper/gradle-wrapper.properties
24+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
2325 - name : Lint ${{ env.PACKAGE_NAME }}
2426 run : |
2527 ./gradlew ktlint
You can’t perform that action at this time.
0 commit comments