Skip to content

Commit 6fba9e3

Browse files
committed
Enable gradle setup step for all Java versions.
1 parent 83b74f0 commit 6fba9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr_iac_lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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
3332
working-directory: examples/powertools-examples-core/gradle
3433
run: |
3534
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)