Skip to content

Commit 75db361

Browse files
committed
feat: use custom gradle URL
1 parent 682e7c8 commit 75db361

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
2828
restore-keys: |
2929
${{ runner.os }}-gradle-
30+
- name: Configure Gradle
31+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
3032
- name: Build and Test ${{ env.PACKAGE_NAME }}
3133
run: |
3234
./gradlew build
@@ -44,6 +46,8 @@ jobs:
4446
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
4547
restore-keys: |
4648
${{ runner.os }}-gradle-
49+
- name: Configure Gradle
50+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4751
- name: Build and Test ${{ env.PACKAGE_NAME }}
4852
run: |
4953
./gradlew build
@@ -53,6 +57,8 @@ jobs:
5357
steps:
5458
- name: Checkout sources
5559
uses: actions/checkout@v2
60+
- name: Configure Gradle
61+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
5662
- name: Build and Test ${{ env.PACKAGE_NAME }}
5763
run: |
5864
./gradlew build

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v2
21+
- name: Configure Gradle
22+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
2123
- name: Lint ${{ env.PACKAGE_NAME }}
2224
run: |
2325
./gradlew ktlint

0 commit comments

Comments
 (0)