Skip to content

Commit 1d9bbcc

Browse files
committed
Revert "Enable gradle setup step for all Java versions."
This reverts commit 6fba9e3.
1 parent 3dd7334 commit 1d9bbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_iac_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
distribution: 'corretto'
3030
java-version: 11
3131
- name: Build Gradle Setup
32+
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
3233
working-directory: examples/powertools-examples-core/gradle
3334
run: |
3435
curl -L -o gradle/wrapper/gradle.zip https:$(cat gradle/wrapper/gradle-wrapper.properties | grep distributionUrl | cut -d ':' -f 2)

0 commit comments

Comments
 (0)