We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9bbcc commit 2775eadCopy full SHA for 2775ead
.github/workflows/pr_iac_lint.yml
@@ -28,13 +28,6 @@ jobs:
28
with:
29
distribution: 'corretto'
30
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
38
- name: Build Project
39
working-directory: .
40
run: |
@@ -60,4 +53,4 @@ jobs:
60
53
61
54
tflint --version
62
55
tflint --init
63
- tflint -f compact
56
+ tflint -f compact
0 commit comments