Skip to content

Commit 2775ead

Browse files
committed
Revert "Add step to download gradle dynamically."
This reverts commit 83b74f0.
1 parent 1d9bbcc commit 2775ead

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/pr_iac_lint.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
with:
2929
distribution: 'corretto'
3030
java-version: 11
31-
- name: Build Gradle Setup
32-
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
33-
working-directory: examples/powertools-examples-core/gradle
34-
run: |
35-
curl -L -o gradle/wrapper/gradle.zip https:$(cat gradle/wrapper/gradle-wrapper.properties | grep distributionUrl | cut -d ':' -f 2)
36-
unzip gradle/wrapper/gradle.zip -d gradle/wrapper/gradle
37-
./gradle/wrapper/gradle/gradle-8.2.1/bin/gradle wrapper
3831
- name: Build Project
3932
working-directory: .
4033
run: |
@@ -60,4 +53,4 @@ jobs:
6053
run: |
6154
tflint --version
6255
tflint --init
63-
tflint -f compact
56+
tflint -f compact

0 commit comments

Comments
 (0)