File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
actions/aws-kotlin-repo-tools-custom-gradle-distribution-url Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
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/custom-gradle-distribution-url
31+ uses : .github/actions/aws-kotlin-repo-tools- custom-gradle-distribution-url
3232 - name : Build and Test ${{ env.PACKAGE_NAME }}
3333 run : |
3434 ./gradlew build
4747 restore-keys : |
4848 ${{ runner.os }}-gradle-
4949 - name : Configure Gradle
50- uses : .github/actions/custom-gradle-distribution-url
50+ uses : .github/actions/aws-kotlin-repo-tools- custom-gradle-distribution-url
5151 - name : Build and Test ${{ env.PACKAGE_NAME }}
5252 run : |
5353 ./gradlew build
5858 - name : Checkout sources
5959 uses : actions/checkout@v2
6060 - name : Configure Gradle
61- uses : .github/actions/custom-gradle-distribution-url
61+ uses : .github/actions/aws-kotlin-repo-tools- custom-gradle-distribution-url
6262 - name : Build and Test ${{ env.PACKAGE_NAME }}
6363 run : |
6464 ./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/custom-gradle-distribution-url
22+ uses : .github/actions/aws-kotlin-repo-tools- custom-gradle-distribution-url
2323 - name : Lint ${{ env.PACKAGE_NAME }}
2424 run : |
2525 ./gradlew ktlint
You can’t perform that action at this time.
0 commit comments