diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 1cf758860b50e..25bc005e8cda9 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -143,6 +143,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Initial JDK 17 Build" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -361,6 +362,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "JVM Tests - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -467,6 +469,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Maven Tests - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -563,6 +566,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Gradle Tests - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -639,6 +643,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Devtools Tests - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -724,6 +729,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Kubernetes Tests - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -796,6 +802,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Quickstarts Compilation - JDK ${{matrix.java.name}}" + wrapper-init: true - name: Compile Quickstarts env: CAPTURE_BUILD_SCAN: true @@ -859,6 +866,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - Virtual Thread - ${{matrix.category}}" + wrapper-init: true - name: Build env: TEST_MODULES: ${{matrix.test-modules}} @@ -920,6 +928,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "MicroProfile TCKs Tests" + wrapper-init: true - name: Verify env: CAPTURE_BUILD_SCAN: true @@ -1020,6 +1029,7 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - ${{matrix.category}}" + wrapper-init: true - name: Build env: TEST_MODULES: ${{matrix.test-modules}}